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

Get the name and location of the configuration file containing the definitions of users.

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

Syntax

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

Return Value

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

See Also