Guid.Version プロパティ

定義

Guidのバージョン フィールドの値を取得します。

public:
 property int Version { int get(); };
public int Version { get; }
member this.Version : int
Public ReadOnly Property Version As Integer

プロパティ値

注釈

このプロパティは、6 番目のバイトの最上位 4 ビット (000000000-0000-F000-0000-000000000000) に対応します。

この値を解釈する方法の詳細については、 RFC 9562 を参照してください。

適用対象