LOTUSSCRIPT/COM/OLE CLASSES


GetOption method
Beispiel

Gets the value of a database option.

Hinweis This method is new with Release 6.

Defined in

NotesDatabase

Syntax

flag = notesDatabase.GetOption( optionName% )

Parameters

optionName%

Return value

flag

Usage

See setOption for setting a database option.

Language cross-reference

getOption method in Java Database class

Beispiel