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