LOTUSSCRIPT/COM/OLE CLASSES


Disabled property
Example

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


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.

Language cross-reference

IsDisabled in Java Replication class

Example
See Also