次の方法で共有


EntityProperty.GuidValue プロパティ

定義

この Guid オブジェクトの EntityProperty 値を取得または設定します。

public Guid? GuidValue { get; set; }
member this.GuidValue : Nullable<Guid> with get, set
Public Property GuidValue As Nullable(Of Guid)

プロパティ値

この Guid オブジェクトの EntityProperty 値です。

注釈

このプロパティが Guid 値以外の値に設定されている場合は、例外がスローされます。

適用対象