Share via


SkipQueryOption.Value Property

 

Gets the value of the $skip as a parsed integer.

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

Syntax

public int Value { get; }
public:
property int Value {
    int get();
}
member Value : int with get
Public ReadOnly Property Value As Integer

Property Value

Type: System.Int32

See Also

SkipQueryOption Class
System.Web.OData.Query Namespace

Return to top