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