Skip to main content

SelectJavaResources (NotesNoteCollection - LotusScript)

Read-write. Indicates whether the collection contains notes for Java™ resources.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectJavaResources

To set: notesNoteCollection .SelectJavaResources = flag

  • True indicates inclusion of Java™ resources.
  • False indicates exclusion of Java™ resources.

Usage

The following methods set this property:

Example