Share via


SummarizeResults.Odatacount Property

Definition

Gets or sets oData entity count; represents the number of summaries returned; always set to 1.

[Newtonsoft.Json.JsonProperty(PropertyName="@odata.count")]
public int? Odatacount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@odata.count")>]
member this.Odatacount : Nullable<int> with get, set
Public Property Odatacount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to