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

Get the names of the transports that this topic exports messages on.

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

Syntax

public string[] ExportTransports { get; }
Public ReadOnly Property ExportTransports As String()
public:
property array<String^>^ ExportTransports {
	array<String^>^ get ();
}

Return Value

array of transport names.

See Also