isAdminServer (NotesACLEntry - JavaScript™)
Read-Write. Indicates whether this entry is an administration server.
Defined in
NotesACLEntrySyntax
isAdminServer() : boolean
setAdminServer(flag:boolean) : void
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.