ServerName (NotesSession - LotusScript®)

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.

Example