Gets AmqpProperties associated with the message.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property AmqpProperties As AmqpProperties Get |
C# |
---|
public AmqpProperties AmqpProperties { get; } |
Visual C++ |
---|
public: property AmqpProperties^ AmqpProperties { AmqpProperties^ get (); } |