C#C++F#VB
TableResultSegment.ContinuationToken PropertyTableResultSegment::ContinuationToken PropertyTableResultSegment.ContinuationToken PropertyTableResultSegment.ContinuationToken Property
Gets the continuation token used to retrieve the next segment of CloudTable results. Returns null if there are no more results.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property TableContinuationToken^ ContinuationToken { TableContinuationToken^ get(); internal: void set(TableContinuationToken^ value); }