[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the names of the transports that this destination imports messages
from.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public string[] ImportTransports { get; } |
Public ReadOnly Property ImportTransports As String() |
public: property array<String^>^ ImportTransports { array<String^>^ get (); } |