Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property int MaxTop {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: