Guid.Version Property

Definition

Gets the value of the version field for the Guid.

C#
public int Version { get; }

Property Value

Remarks

This property corresponds to the most significant 4 bits of the 6th byte: 00000000-0000-F000-0000-000000000000.

For more information on how to interpret this value, see RFC 9562.

Applies to

Product Versions
.NET 9, 10