JAVA/CORBA CLASSES

IsDefaultView property
Example

Read-write. Indicates whether a view is the default view of the database.

Note This property is read-write with Release 6.5.

Defined in

View

Data type

boolean

Syntax

public boolean isDefaultView()
   throws NotesException

public void setDefaultView(boolean flag)
   throws NotesException

Legal values


Language cross-reference

IsDefaultView property in LotusScript NotesView class

Example
See Also