Gets or sets the "messageId" 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 MessageId As String
Get
Set |
C# |
---|
public string MessageId { get; set; } |
Visual C++ |
---|
public:
property String^ MessageId {
String^ get ();
void set (String^ value);
} |
Field Value
The value of the property "messageId". 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