Share via


QueryOptions.SkipToken Property

Definition

Gets or sets skiptoken is only provided if a previous response returned a partial result as a part of nextLink element.

[Newtonsoft.Json.JsonIgnore]
public string SkipToken { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.SkipToken : string with get, set
Public Property SkipToken As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to