SelectHelpUsing (NoteCollection - Java)

Read-write. Indicates whether the collection contains a "Using Database" note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectHelpUsing()
   throws NotesException
public void setSelectHelpUsing(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of a "Using Database" note
  • false to indicate exclusion of a "Using Database" note

Usage

The following methods set this property:

Example