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

Indicates whether or not routing of messages between servers is enabled.

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

Syntax

public bool RoutingEnabled { get; }
Public ReadOnly Property RoutingEnabled As Boolean
public:
property bool RoutingEnabled {
	bool get ();
}

Return Value

true if routing is enabled, false otherwise.

See Also