GetOption Method

Class

Agent.

Action

Retrieves the value of an agent option.

Syntax

GetOption(name)
Variable Description
name The name of the option. A list of available options are defined in the Options class. String.

Example

For example, you might type:
desktop.getOption(Options.ObjectResolveTimeout)