 | AuthTicketCountyCode Property |
County code (e.g 63).
Required.
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic byte CountyCode { get; set; }
Public Property CountyCode As Byte
Get
Set
public:
property unsigned char CountyCode {
unsigned char get ();
void set (unsigned char value);
}
member CountyCode : byte with get, set
Property Value
Type:
Byte
See Also