ODataValidationSettings.MaxTop Property
Gets or sets the max value of $top that a client can request.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Nullable<int> MaxTop { get; set; }
public:
property Nullable<int> MaxTop {
Nullable<int> get();
void set(Nullable<int> value);
}
member MaxTop : Nullable<int> with get, set
Public Property MaxTop As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
ODataValidationSettings Class
System.Web.Http.OData.Query Namespace
Return to top