EnableQueryAttribute.MaxTop Property

 

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

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public int MaxTop { get; set; }
public:
property int MaxTop {
    int get();
    void set(int value);
}
member MaxTop : int with get, set
Public Property MaxTop As Integer

Property Value

Type: System.Int32

See Also

EnableQueryAttribute Class
System.Web.Http.OData Namespace

Return to top