[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the target destinations that this destination bridges to.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public BridgeTarget[] BridgeTargets { get; } |
Public ReadOnly Property BridgeTargets As BridgeTarget() |
public: property array<BridgeTarget^>^ BridgeTargets { array<BridgeTarget^>^ get (); } |