Share via


SearchMetadata.Total Property

Definition

Gets or sets the total number of search results.

[Newtonsoft.Json.JsonProperty(PropertyName="total")]
public long? Total { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="total")>]
member this.Total : Nullable<int64> with get, set
Public Property Total As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to