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

Syntax

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

See Also