Readers (View class - Java)

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.

Example