Share via


ResultSegment<TElement>.ContinuationToken Property

Definition

Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.

public Microsoft.Azure.Storage.IContinuationToken ContinuationToken { get; }
member this.ContinuationToken : Microsoft.Azure.Storage.IContinuationToken
Public ReadOnly Property ContinuationToken As IContinuationToken

Property Value

An object of type IContinuationToken.

Applies to