.

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


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