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

Get the destinations being bridged to

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

Syntax

public BridgeTarget[] Targets { get; }
Public ReadOnly Property Targets As BridgeTarget()
public:
property array<BridgeTarget^>^ Targets {
	array<BridgeTarget^>^ get ();
}

Return Value

an array of BridgeTarget objects.

See Also