Gets or sets the max value of $top that a client can request.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.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.OData.Query Namespace
Return to top