Gets AmqpProperties associated with the message.

Namespace:  Kaazing.AMQP
Assembly:  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 ();
}

Field Value

AmqpProperties associated with the message.

See Also