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

Determine if this topic is multicast-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 this topic is multicast-enabled.

Remarks

A topic is multicast-enabled when its channel property is set or inherited and the server is multicast-enabled.

See Also