JAVA/CORBA CLASSES


Title property
Example

Read-Write. The title of a database.

Defined in

Database

Data type

String

Syntax

public String getTitle()
   throws NotesException

public void setTitle(String title)
   throws NotesException

Usage

The database does not need to be open to use this property.

Language cross-reference

Title property in LotusScript NotesDatabase class

@DbTitle function in formula language

Example
See Also