Gets or sets the "headers" property. A null is returned if the property is not set.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Property Headers As AmqpArguments
	Get
	Set
C#
public AmqpArguments Headers { get; set; }
Visual C++
public:
property AmqpArguments^ Headers {
	AmqpArguments^ get ();
	void set (AmqpArguments^ value);
}

Field Value

The value of the property "headers" as AmqpArguments. If a null value is passed in, it indicates that the property is not set. null value can be passed to remove the property once it is set.

See Also