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

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

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

Syntax

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

Return Value

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

See Also