.

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


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