LOTUSSCRIPT/COM/OLE CLASSES


Server property
Example

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.

Language cross-reference

Server in Java Database class

@ServerName in formula language

@DbName function in formula language

Example