LOTUSSCRIPT/COM/OLE CLASSES


Views property
Example

Read-write. The views in the source database that are replicated when replicating a subset of views and folders.

Defined in

NotesReplicationEntry

Data type

String

Syntax

To get: views$ = notesReplicationEntry.Views

To set: notesReplicationEntry.Views = views$

Usage

Specify the views as a list, separating view names with semicolons.

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

Views property in Java ReplicationEntry class

Example
See Also