DefaultQuerySettings.MaxTop Property

Definition

Gets or sets the max value of $top that a client can request.

public int? MaxTop { get; set; }
member this.MaxTop : Nullable<int> with get, set
Public Property MaxTop As Nullable(Of Integer)

Property Value

The max value of $top that a client can request, or null if there is no limit.

Applies to