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 > BarcodeData Class : DataCode Property |
[DataMemberAttribute(Name="DataCode", IsRequired=true)] public int DataCode {get;}
'Declaration <DataMemberAttribute(Name="DataCode", IsRequired=True)> Public ReadOnly Property DataCode As Integer
'Usage Dim instance As BarcodeData Dim value As Integer value = instance.DataCode
[DataMemberAttribute(Name="DataCode", IsRequired=true)] public: property int DataCode { int get(); }