[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Gets and Sets the correlation ID for the message.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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