Show / Hide Table of Contents

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
ReadOnlyMemory<byte>
In this article
Back to top Generated by DocFX