[TIBCO.EMS .NET client library 6.0 documentation]

Gets and Sets the correlation ID for the message.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public string CorrelationID { get; set; }
Public Property CorrelationID As String
public:
property String^ CorrelationID {
	String^ get ();
	void set (String^ value);
}

Remarks

See Also