Gets or sets the "userId" property.
A null is returned if the property is not set.
Namespace:
Kaazing.AMQPAssembly: 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); } |