SelectACL (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains an ACL note.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectACL

To set: notesNoteCollection .SelectACL = flag

Legal values

  • True indicates inclusion of the ACL note.
  • False indicates exclusion of the ACL note.

Usage

The following methods set this property:

Example