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

Syntax

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

See Also