SkipQueryOption.Value Property
Gets the value of the $skip as a parsed integer.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Query Namespace
Return to top