Share via


ODataRawQueryOptions.SkipToken Property

Gets the raw $skiptoken query value from the incoming request URI if exists.

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

Syntax

'Declaration
Public Property SkipToken As String 
    Get 
    Friend Set
'Usage
Dim instance As ODataRawQueryOptions 
Dim value As String 

value = instance.SkipToken
public string SkipToken { get; internal set; }
public:
property String^ SkipToken {
    String^ get ();
    internal: void set (String^ value);
}
member SkipToken : string with get, internal set
function get SkipToken () : String 
internal function set SkipToken (value : String)

Property Value

Type: System.String
The raw $skiptoken query value from the incoming request URI.

See Also

Reference

ODataRawQueryOptions Class

System.Web.Http.OData.Query Namespace