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

Get the name and location of the main configuration file.

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

Syntax

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

Return Value

the name (including full path) of the main configuration file.

See Also