Gets or sets the "userId" property. A null is returned if the property is not set.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Property UserId As String
	Get
	Set
C#
public string UserId { get; set; }
Visual C++
public:
property String^ UserId {
	String^ get ();
	void set (String^ value);
}

Field Value

The value of the property "userId". If a null value is passed in, it indicates that the property is not set. null value can be passed to remove the property once it is set.

See Also