LOTUSSCRIPT/COM/OLE CLASSES


Formula property
Example

Read-write. The replication formula.

Defined in

NotesReplicationEntry

Data type

String

Syntax

To get: formula$ = notesReplicationEntry.Formula

To set: notesReplicationEntry.Formula = formula$

Usage

"@All" is the replication formula in a new replication entry.

The formula must be a valid replication formula.

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

Formula property in Java ReplicationEntry class

Example
See Also