[TIBCO.EMS .NET client library 5.1 documentation]

Get and Sets the disable message id flag

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

Syntax

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

Remarks

Applications that do not require message IDs can reduce overhead costs by disabling IDs (set this property to true).

See Also