Gets or sets the "appId" 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 AppId As String Get Set |
C# |
---|
public string AppId { get; set; } |
Visual C++ |
---|
public: property String^ AppId { String^ get (); void set (String^ value); } |