JAVA/CORBA CLASSES


Managers property
Example

Read-only. People, servers, and groups that have Manager access to a database.

Defined in

Database

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getManagers()
   throws NotesException

Usage

Each element in the vector is the name of a person, server, or group with Manager access to the database.

The database must be open to use this property.

Language cross-reference

Managers property in LotusScript NotesDatabase class

@DbManager function in formula language

Example
See Also