LOTUSSCRIPT/COM/OLE CLASSES

IsDefaultView property
Example

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

Note This property is read-write starting with Release 6.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView.IsDefaultView

To get: notesView.IsDefaultView = flag

Return value


Language cross-reference

IsDefaultView property in Java View class

Example