ProtectReaders (NotesView - LotusScript®)

Read-write. Protects $Readers items from being overwritten by replication.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView .ProtectReaders

To set: notesView .ProtectReaders = flag

Legal values

  • True indicates that the items are protected.
  • False indicates that the items are not protected.

Example