CollectionQueryResult<T>.ContinuationToken Property

Definition

Gets the continuation token.

public string ContinuationToken { get; }
member this.ContinuationToken : string
Public ReadOnly Property ContinuationToken As String

Property Value

The continuation token, which is null or empty when there is no additional data available in the query.

Applies to