SelectReplicationFormulas (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains replication formulas.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectReplicationFormulas

To set: notesNoteCollection .SelectReplicationFormulas = flag

Legal values

  • True indicates that the collection contains replication formulas.
  • False indicates that the collection excludes replication formulas.

Usage

The following methods set this property:

Example