LOTUSSCRIPT/COM/OLE CLASSES


IsPrivate property
Example

Read-only. Indicates whether an entry is specific to an individual.

Note This property is new with Release 5.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView.IsPrivate

Legal values


Usage

The only private views that are returned by the Views property of NotesDatabase are views that belong to the current user.

Language cross-reference

IsPrivate property in Java View class

Example