DefaultQuerySettings.MaxTop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.