Page<T>.ContinuationToken Property

Definition

Gets the continuation token used to request the next Page<T>. The continuation token may be null or empty when there are no more pages.

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

Property Value

Applies to