Gets or sets the GTIN barcode. Must be 8, 12, 13 or 14 decimal digits (0-9).
Namespace:
com.gigatms.EpcFormat
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string GTIN { get; set; }
Public Property GTIN As String
Get
Set
public:
property String^ GTIN {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The barcode.
See Also