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)

Syntax

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

Property Value

Type: System.Int32

See Also

EnableQueryAttribute Class
System.Web.Http.OData Namespace

Return to top