Skip to main content

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

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

Example