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

Syntax

Visual Basic
Public Property ReadOnly As Boolean
	Get
	Set
C#
public bool ReadOnly { get; set; }
Visual C++
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}
JavaScript
function get_readOnly();
function set_readOnly(value);

See Also