LOTUSSCRIPT/COM/OLE CLASSES


View property
Read-only. The view that is the resource link for an outline entry, or null.

Defined in

NotesOutlineEntry

Data type

NotesView

Syntax

To get: Set notesView = notesOutlineEntry.View

Usage

This property applies if the outline entry Type property is OUTLINE_TYPE_NOTELINK and the EntryClass property is OUTLINE_CLASS_DOCUMENT or OUTLINE_CLASS_VIEW.

Language cross-reference

View in Java OutlineEntry class

See Also