Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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); }