LOTUSSCRIPT/COM/OLE CLASSES


Priority property
Example

Read-write. Replication priority.

Defined in

NotesReplication

Data type

Constant of type Long

Syntax

To get: flag = notesReplication.Priority

To set: notesReplication.Priority = flag

Legal values


Note The constant DB_REPLICATION_PRIORITY_NOTSET (1565) is obsolete in Release 5.0.1.

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

Priority in Java Replication class

Example
See Also