ProtectUsers (NotesForm - LotusScript®)

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

Defined in

NotesForm

Data type

Boolean

Syntax

To get: flag = notesForm .ProtectUsers

To set: notesForm .ProtectUsers = flag

Legal values

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

Example