Share via


QueryResponse.TotalRecords Property

Definition

Gets or sets number of total records matching the query.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to