IsClusterReplication (NotesDatabase - LotusScript®)
Read-write. Indicates whether cluster replication is in effect for a database on a server in a cluster.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .IsClusterReplication
To set: notesDatabase .IsClusterReplication = flag
Legal values
- True indicates that cluster replication is in effect.
- False indicates that cluster replication is not in effect.
Usage
The database must be open to use this property.