Disabled (NotesReplication - LotusScript®)

Read-write. Indicates whether replication is disabled.

Defined in

NotesReplication

Data type

Boolean

Syntax

To get: flag = notesReplication .Disabled

To set: notesReplication .Disabled = flag

Legal values

  • True to disable replication
  • False to enable replication

Usage

After setting this property, you must call Save for the changes to take effect. If you do not call Save, your changes are lost.

Example