.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Title property
Example

Read-write. The title of a database.

Defined in

NotesDatabase

Data type

String

Syntax

To get: title$ = notesDatabase.Title

To set: notesDatabase.Title = title$

Usage

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

Language cross-reference

Title in Java Database class

@DbTitle function in formula language

Example