ProtectReaders (NotesForm - LotusScript®)

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

Defined in

NotesForm

Data type

Boolean

Syntax

To get: flag = notesForm .ProtectReaders

To set: notesForm .ProtectReaders = flag

Legal values

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

Example