LOTUSSCRIPT/COM/OLE CLASSES


GetOption method
Example

Gets the value of a database option.

Note 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

Example