RunFilterParameters.ContinuationToken Property

Definition

Gets or sets the continuation token for getting the next page of results. Null for first page.

[Newtonsoft.Json.JsonProperty(PropertyName="continuationToken")]
public string ContinuationToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="continuationToken")>]
member this.ContinuationToken : string with get, set
Public Property ContinuationToken As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to