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