.

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


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