JAVA/CORBA CLASSES


IsUniformAccess property
Example

Read-Write. Indicates whether a consistent access control list is enforced across all replicas of a database.

Defined in

ACL

Data type

boolean

Syntax

public boolean isUniformAccess()
   throws NotesException

public void setUniformAccess(boolean flag)
   throws NotesException

Legal values


Usage

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

Language cross-reference

UniformAccess property in LotusScript NotesACL class

Example
See Also