Gets the properties as Dictionary by shallow copying the values.

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

Syntax

Visual Basic
Public ReadOnly Property Properties As Dictionary(Of String, Object)
	Get
C#
public Dictionary<string, Object> Properties { get; }
Visual C++
public:
property Dictionary<String^, Object^>^ Properties {
	Dictionary<String^, Object^>^ get ();
}

See Also