SelectDataConnections (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains a data connection note.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectDataConnections
To set: notesNoteCollection .SelectDataConnections = flag
Legal values
- True indicates inclusion of a data connection note.
- False indicates exclusion of a data connection note.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllCodeElements
- SelectAllNotes