SelectSharedFields (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for shared fields.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectSharedFields

To set: notesNoteCollection .SelectSharedFields = flag

Legal values

  • True indicates inclusion of shared fields.
  • False indicates exclusion of shared fields.

Usage

The following methods set this property:

Example