Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the name of the queue.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
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 name of the queue.

Return to top