Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

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