SelectMiscCodeElements (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for miscellaneous code elements.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectMiscCodeElements

To set: notesNoteCollection .SelectMiscCodeElements = flag

Legal values

  • True indicates inclusion of miscellaneous code elements.
  • False indicates exclusion of miscellaneous code elements.

Usage

The following methods set this property:

Example