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

Indicates whether or not multicast is enabled.

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

Syntax

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

Return Value

true if multicast is enabled, false otherwise.

See Also