Server (Database - Java)

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

Defined in

Database

Data type

String

Syntax

public String getServer()
    throws NotesException

Usage

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

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

Example