'Declaration <CategoryAttribute("Barcode")> <DefaultValueAttribute("")> <DescriptionAttribute("Value of the barcode to be created.")> Public Property Value As String
[Category("Barcode")] [DefaultValue("")] [Description("Value of the barcode to be created.")] public string Value { get; set; }
[Category("Barcode")] [DefaultValue("")] [Description("Value of the barcode to be created.")] public: __property string* get_Value(); public: __property void set_Value(
string* value
);
[Category("Barcode")] [DefaultValue("")] [Description("Value of the barcode to be created.")] public:
property string^ Value { string^ get(); void set(string^ value); }