Leadtools.Services.Barcode.DataContracts Namespace > Barcode1d Class : ErrorCheck Property |
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)] public bool ErrorCheck {get; set;}
'Declaration <DataMemberAttribute(Name="ErrorCheck", IsRequired=True)> Public Property ErrorCheck As Boolean
'Usage Dim instance As Barcode1d Dim value As Boolean instance.ErrorCheck = value value = instance.ErrorCheck
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)] public: property bool ErrorCheck { bool get(); void set ( bool value); }