Sets the unique clienet ID for this connection before Start() or returns the unique client ID after the connection has started

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

Syntax

Visual Basic
Property ClientId As String
	Get
	Set
C#
string ClientId { get; set; }
Visual C++
property String^ ClientId {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_clientId();
function set_clientId(value);

See Also