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

Get the names of the transports that this destination imports messages from.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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 ();
}

Return Value

array of transport names.

See Also