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

Syntax

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

See Also