TriggerRunsQueryResponse.ContinuationToken Property

Definition

Gets or sets the continuation token for getting the next page of results, if any remaining results exist, null otherwise.

[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