Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
ReadOnly Property IsQueue As Boolean
	Get
C#
bool IsQueue { get; }
Visual C++
property bool IsQueue {
	bool get ();
}
JavaScript
function get_isQueue();

See Also