'Declaration <CategoryAttribute("Barcode")> <DescriptionAttribute("Type of barcode to generate.")> <DefaultValueAttribute(None)> Public Property Barcode As BarcodeType
[Category("Barcode")] [Description("Type of barcode to generate.")] [DefaultValue(None)] public BarcodeType Barcode { get; set; }
[Category("Barcode")] [Description("Type of barcode to generate.")] [DefaultValue(None)] public: __property BarcodeType get_Barcode(); public: __property void set_Barcode(
BarcodeType value
);
[Category("Barcode")] [Description("Type of barcode to generate.")] [DefaultValue(None)] public:
property BarcodeType Barcode { BarcodeType get(); void set(BarcodeType value); }
Property Value
Значение по умолчанию: BarcodeType.None.