Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

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