JAVA/CORBA CLASSES


ServerName property
Example

Read-Write. The name of the server on which an agent runs.

Defined in

Agent

Data type

String

Syntax

public String getServerName()
   throws NotesException

public void setServerName(String serverName)
   throws NotesException

Usage

The value returned by getServerName depends upon whether the agent is scheduled:


You must call Save to make any change effective.

Language cross-reference

ServerName property in LotusScript NotesAgent class

ToolsCall @command in formula language

Example
See Also