IsPrivate (NotesView - LotusScript®)

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

  • True indicates that the view is specific to an individual.
  • False indicates that the view is not specific to an individual.

Usage

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

Example