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

Syntax

Visual Basic
Public Shared ReadOnly Property IsWarnEnabled As Boolean
	Get
C#
public static bool IsWarnEnabled { get; }
Visual C++
public:
static property bool IsWarnEnabled {
	bool get ();
}
JavaScript
Apache.NMS.Tracer.get_isWarnEnabled = function();

See Also