LOTUSSCRIPT/COM/OLE CLASSES


IsCurrentAccessPublicReader property
Example

Read-only. Indicates whether the current user has public reader access in a database.

Note This property is new with Release 6.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase.IsCurrentAccessPublicReader

Legal values


Usage

The database must be open to use this property.

Language cross-reference

IsCurrentAccessPublicReader property in Java Database class

Example