.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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