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