Gets the type for the entry.

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

Syntax

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

See Also