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

Get the name and location of the configuration file containing the definitions of external transports.

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

Syntax

public string TransportsFile { get; }
Public ReadOnly Property TransportsFile As String
public:
property String^ TransportsFile {
	String^ get ();
}

Return Value

the name (including full path) of the transports file.

See Also