LOTUSSCRIPT/COM/OLE CLASSES


Readers property
Example

Read-write. The contents of the $Readers field associated with the view.

Defined in

NotesView

Data type

Array of strings

Syntax

To get: stringArray = notesView.Readers

To set: notesView.Readers = stringArray

Usage

This property accepts an array of strings or a single string. Setting this property replaces prior values.

Set the property to "" to remove all reader restrictions.

Language cross-reference

Readers property in Java View class

Example