LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The name of the server on which an agent runs.
Defined in
NotesAgent
Data type
String
Syntax
To get: server$ = notesAgent.ServerName
To set: notesAgent.ServerName = server$
Usage
The value of the ServerName property depends upon whether or not the agent is scheduled. For information about scheduling agents, see "Triggering an agent on a schedule."
If you want the agent to run on all servers, use an asterisk (*) for the server name.
Language cross-reference
ServerName in Java Agent class
ToolsCall @command in formula language
Example See Also