.

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

JAVA/CORBA CLASSES


Readers property
Example

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

Defined in

View class

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getReaders()
   throws NotesException

public void setReaders(java.util.Vector reader)
   throws NotesException

Usage

Setting this property replaces prior values.

Set the property to null to remove all reader restrictions.

Language cross-reference

Readers property in LotusScript NotesView class

Example
See Also