C#
C++
F#
VB
ResultSegment<TElement>.ContinuationToken Property
ResultSegment<TElement>::ContinuationToken Property
ResultSegment<'TElement>.ContinuationToken Property
ResultSegment(Of TElement).ContinuationToken Property
Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property IContinuationToken^ ContinuationToken { IContinuationToken^ get(); internal: void set(IContinuationToken^ value); }
See Also
ResultSegment<TElement><TElement><'TElement>(Of TElement) Class
Microsoft.WindowsAzure.Storage Namespace