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

Gets or sets whether or not tracking messages by correlation ID is enabled.

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

Syntax

public bool TrackCorrelationIds { get; set; }
Public Property TrackCorrelationIds As Boolean
public:
property bool TrackCorrelationIds {
	bool get ();
	void set (bool value);
}

Return Value

true if tracking messages by correlation ID is enabled, false otherwise.

See Also