This topic has not yet been rated - Rate this topic

CloudQueue.Name Property

Gets the queue name.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudQueue
Dim value As String

value = instance.Name

public string Name { get; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_Name ()

CompilerGeneratedAttribute 
public function get Name () : String

Property Value

Type: System.String

The queue name.

A queue name must conform to the following constraints:

  • It must only contain lowercase letters, numbers, and hyphens.

  • It must be between 3 and 63 characters long.

  • It must begin and end with a lowercase letter or number.

  • It may not contain contiguous hyphens ("--").


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ