PolicyState.Odatacontext Property

Definition

Gets or sets oData context string; used by OData clients to resolve type information based on metadata.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to