ODataUriParser.ParseSkipToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a $skiptoken query option
public string ParseSkipToken ();
member this.ParseSkipToken : unit -> string
Public Function ParseSkipToken () As String
Returns
A value representing that skip token option, null if $skiptoken query does not exist.