Gets the name of this queue.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

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

See Also