次の方法で共有


Summary.Odatacontext プロパティ

定義

oData コンテキスト文字列を取得または設定します。OData クライアントがメタデータに基づいて型情報を解決するために使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象