Share via


QueryOptions.Top Property

Definition

Gets or sets maximum number of records to return.

[Newtonsoft.Json.JsonIgnore]
public int? Top { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Top : Nullable<int> with get, set
Public Property Top As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to