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

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

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

Syntax

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

Return Value

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

See Also