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

Syntax

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

See Also