SelectHelpAbout (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains an "About Database" note.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectHelpAbout

To set: notesNoteCollection .SelectHelpAbout = flag

Legal values

  • True indicates inclusion of an "About Database" note.
  • False indicates exclusion of an "About Database" note.

Usage

The following methods set this property:

Example