SGTIN_198SerialNumber Property |
Gets or sets the SGTIN-198 serial number. Valid characters include numbers (0-9), letters (a-zA-Z) and
special characters (!"%&'()*+,-./:;<=>?_).
Namespace:
com.gigatms.EpcFormat
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic string SerialNumber { get; set; }
Public Property SerialNumber As String
Get
Set
public:
property String^ SerialNumber {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringThe serial number.
See Also