次の方法で共有


EntityId.EntityKey プロパティ

定義

エンティティ キー。 同じ名前のすべてのエンティティ間でエンティティを一意に識別します。

[Newtonsoft.Json.JsonProperty(PropertyName="key", Required=Newtonsoft.Json.Required.Always)]
public string EntityKey { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="key", Required=Newtonsoft.Json.Required.Always)>]
member this.EntityKey : string
Public ReadOnly Property EntityKey As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象