GuidValue Property
GuidValue
The "Global Unique Identifier" (GUID). If there is no CHUID, this is "empty" (Guid.Length will be 0). This is a 16-byte value.
C#
public ReadOnlyMemory<byte> GuidValue { get; }
Property Value
Type | Description |
---|---|
System.ReadOnlyMemory<System.Byte> |