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

Syntax

Visual Basic
Public Property Value As T
	Get
	Set
C#
public T Value { get; set; }
Visual C++
public:
property T Value {
	T get ();
	void set (T value);
}
JavaScript
function get_value();
function set_value(value);

See Also