Gets the value for the entry.
Namespace:
Kaazing.AMQP
Assembly:
Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Property Type As String
Get
Friend Set |
C# |
---|
public string Type { get; internal set; } |
Visual C++ |
---|
public:
property String^ Type {
String^ get ();
internal: void set (String^ value);
} |
See Also