Get/or set the broker Uri.

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

Syntax

Visual Basic
Property BrokerUri As Uri
	Get
	Set
C#
Uri BrokerUri { get; set; }
Visual C++
property Uri^ BrokerUri {
	Uri^ get ();
	void set (Uri^ value);
}
JavaScript
function get_brokerUri();
function set_brokerUri(value);

See Also