Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Gets or sets the entity's row key.

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

Syntax

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

Property Value

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

The entity's row key.

Return to top