LOTUSSCRIPT/COM/OLE CLASSES


ServerName property
Example

Read-only. The full name of the server that the session is running on.

Note This property is new with Release 5.0.2b.

Note This property is supported in COM only.

Defined in

NotesSession

Data type

String

Syntax

To get: name$ = notesSession.ServerName

Usage

If the server name is hierarchical, this property returns the fully distinguished name.

This property is null if the session is not running on a server.

Language cross-reference

ServerName property in Java Session class

@ServerName function in formula language

Example