Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the next partition key for ITableEntity enumeration operations.

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

Syntax

 
public string NextPartitionKey { get; set; }
 
public:
property String^ NextPartitionKey {
	String^ get();
	void set(String^ value);
}
 
member NextPartitionKey : string with get, set
 
Public Property NextPartitionKey As String

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the next partition key.

Return to top