LOTUSSCRIPT/COM/OLE CLASSES


ProtectUsers property
Example

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


Language cross-reference

IsProtectUsers property in Java Form class

Example
See Also