.

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


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 set: notesView.IsDefaultView = True

Note With Release 7, the only legal value for setting IsDefaultView is True. To change the value of the current default view's IsDefaultView property to False, set another view's IsDefaultView property to True, which will automatically change the current default view's value to False.

Return value


Language cross-reference

IsDefaultView property in Java View class

Example