QueryableAttribute.MaxSkip Property

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

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

Syntax

'Declaration
Public Property MaxSkip As Integer 
    Get 
    Set
'Usage
Dim instance As QueryableAttribute 
Dim value As Integer 

value = instance.MaxSkip

instance.MaxSkip = value
public int MaxSkip { get; set; }
public:
property int MaxSkip {
    int get ();
    void set (int value);
}
member MaxSkip : int with get, set
function get MaxSkip () : int 
function set MaxSkip (value : int)

Property Value

Type: System.Int32
The max value of $skip that a client can request.

See Also

Reference

QueryableAttribute Class

System.Web.Http Namespace