Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the name of the container.

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

Syntax

 
public string Name { get; private set; }
 
public:
property String^ Name {
	String^ get();
	private: void set(String^ value);
}
 
member Name : string with get, private set
 
Public Property Name As String
	Get
	Private Set
End Property

Property Value

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

A string containing the container name.

Return to top