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 the SkipQueryOption.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public SkipQueryOption Skip {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property SkipQueryOption^ Skip {
    [CompilerGeneratedAttribute]
    SkipQueryOption^ get();
    [CompilerGeneratedAttribute]
    private: void set(SkipQueryOption^ value);
}
member Skip : SkipQueryOption with get, private set
Public Property Skip As SkipQueryOption
    Get
    Private Set
End Property
Property Value
Type: System.Web.OData.Query.SkipQueryOption
See Also
ODataQueryOptions Class
System.Web.OData.Query Namespace
Return to top