[DefaultValue(Code39)] [Description("Barcode symbology types to search.")] public BarcodeType ScanBarcodeTypes { get; set; }
[DefaultValue(Code39)] [Description("Barcode symbology types to search.")] public: __property BarcodeType get_ScanBarcodeTypes(); public: __property void set_ScanBarcodeTypes(
BarcodeType value
);
[DefaultValue(Code39)] [Description("Barcode symbology types to search.")] public:
property BarcodeType ScanBarcodeTypes { BarcodeType get(); void set(BarcodeType value); }
'Declaration <DefaultValueAttribute(Code39)> <DescriptionAttribute("Barcode symbology types to search.")> Public Property ScanBarcodeTypes As BarcodeType
Property Value
Значение по умолчанию: BarcodeType.Code39.