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 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