Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

ITableEntity.PartitionKey Property (Microsoft.WindowsAzure.Storage.Table)

Gets or sets the entity's partition key.

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

Syntax

 
string PartitionKey { get; set; }
 
property String^ PartitionKey {
	String^ get();
	void set(String^ value);
}
 
abstract PartitionKey : string with get, set
 
Property PartitionKey As String

Property Value

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

The entity's partition key.

Return to top