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::MaxSkip Property

 

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

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

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

Property Value

Type: System::Int32
Return to top
Show: