Share via


ReferenceRequestBody.ODataId Property

Definition

The OData.id value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to