Name of the queue.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string QueueName { get; set; }
Visual Basic (Declaration)
Public Property QueueName As String
Visual C++
public:
property String^ QueueName {
	String^ get ();
	void set (String^ value);
}

See Also