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

Syntax

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

See Also