Gets the key for the entry.

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

Syntax

Visual Basic
Public Property Key As String
	Get
	Friend Set
C#
public string Key { get; internal set; }
Visual C++
public:
property String^ Key {
	String^ get ();
	internal: void set (String^ value);
}

See Also