SearchParameters.IncludeTotalResultCount Property

Definition

Gets or sets a value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation.

[Newtonsoft.Json.JsonIgnore]
public bool IncludeTotalResultCount { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IncludeTotalResultCount : bool with get, set
Public Property IncludeTotalResultCount As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to