.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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