Edit

TestHistoryQuery.ContinuationToken Property

Definition

It will be filled by server. If not null means there are some results still to be get, and we need to call this REST API with this ContinuousToken. It is not supposed to be created (or altered, if received from server in last batch) by user.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public string ContinuationToken { get; set; }
member this.ContinuationToken : string with get, set
Public Property ContinuationToken As String

Property Value

Attributes

Applies to