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

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

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

Syntax

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

Return Value

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

See Also