Share via


PagedResult<T>.ContinuationToken Property

Definition

Gets or sets a token for retrieving the next page of results.

public string ContinuationToken { get; set; }
member this.ContinuationToken : string with get, set
Public Property ContinuationToken As String

Property Value

The Continuation Token to pass to get the next page of results.

Applies to