'Declaration <DescriptionAttribute("Barcode reader collects information for quality test.")> <DefaultValueAttribute(False)> Public Property CollectTestInformation As Boolean
[Description("Barcode reader collects information for quality test.")] [DefaultValue(False)] public bool CollectTestInformation { get; set; }
[Description("Barcode reader collects information for quality test.")] [DefaultValue(False)] public: __property bool get_CollectTestInformation(); public: __property void set_CollectTestInformation(
bool value
);
[Description("Barcode reader collects information for quality test.")] [DefaultValue(False)] public:
property bool CollectTestInformation { bool get(); void set(bool value); }
Property Value
Значение по умолчанию false.