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

Syntax

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

See Also