JAVA/CORBA CLASSES


IsAdminNames property
Example

Read-write. Indicates whether the administration server for the database can modify all Names fields in a database.

Note This property is new with Release 6.5.

Defined in

ACL

Data type

boolean

Syntax

public boolean isAdminNames()
   throws NotesException

public boolean setAdminNames(boolean flag)
   throws NotesException

Legal values


Usage

The database must have an administration server. See AdministrationServer in ACL and IsAdminServer in ACLEntry to check for and set the administration server.

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes to the ACL are lost.

Language cross-reference

IsAdminNames property in LotusScript NotesACL class

Example
See Also