PolicyState.Odataid Property

Definition

Gets or sets oData entity ID; always set to null since policy state records do not have an entity ID.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to