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

Get or set whether or not server message swapping is enabled.

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

Syntax

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

Return Value

true if server message swapping is enabled, false otherwise.

See Also