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