次の方法で共有


Summary.Odataid プロパティ

定義

oData エンティティ ID を取得または設定します。サマリーにはエンティティ ID がないため、常に null に設定されます。

[Newtonsoft.Json.JsonProperty(PropertyName="@odata.id")]
public string Odataid { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@odata.id")>]
member this.Odataid : string with get, set
Public Property Odataid As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象