Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the max value of $skip 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> MaxSkip { get; set; }
public:
property Nullable<int> MaxSkip {
Nullable<int> get();
void set(Nullable<int> value);
}
member MaxSkip : Nullable<int> with get, set
Public Property MaxSkip As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
ODataValidationSettings Class
System.Web.Http.OData.Query Namespace
Return to top