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