JAVA/CORBA CLASSES


IsAdminServer property
Example

Read-Write. Indicates whether this entry is an administration server.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isAdminServer()
   throws NotesException

public void setAdminServer(boolean flag)
   throws NotesException

Usage

This property has no effect on getUserType, isGroup, isPerson, and isServer.

For setAdminServer, you must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

IsAdminServer property in LotusScript NotesACLEntry class

Example
See Also