Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableResultSegment.ContinuationToken Property (Microsoft.WindowsAzure.Storage.Table)

Gets the continuation token used to retrieve the next segment of CloudTable results. Returns null if there are no more results.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public TableContinuationToken ContinuationToken { get; internal set; }
 
public:
property TableContinuationToken^ ContinuationToken {
	TableContinuationToken^ get();
	internal: void set(TableContinuationToken^ value);
}
 
member ContinuationToken : TableContinuationToken with get, internal set
 
Public Property ContinuationToken As TableContinuationToken
	Get
	Friend Set
End Property
Return to top