Database (NotesOutlineEntry - LotusScript®)

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

Defined in

NotesOutlineEntry

Data type

NotesDatabase

Syntax

To get: Set notesDatabase = notesOutlineEntry .Database

Usage

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

Example