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

Get the type of zone this route is in.

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

Syntax

public ZoneType ZoneType { get; }
Public ReadOnly Property ZoneType As ZoneType
public:
property ZoneType ZoneType {
	ZoneType get ();
}

Return Value

the type of zone this route is in. For pre-3.2 servers this will be MultiHop.

See Also