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