Server (NotesDatabase - LotusScript®)

Read-only. The name of the server where a database resides.

Defined in

NotesDatabase

Data type

String

Syntax

To get: serverName$ = notesDatabase .Server

Usage

If the database is on a workstation, the property returns an empty string ("").

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

Example