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

Get the name and location of the configuration file containing the definitions of connection factories.

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

Syntax

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

Return Value

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

See Also