IsWebAgent (Agent - Java)

Read-only. Indicates whether an agent can run in a Web browser environment.

Defined in

Agent

Data type

boolean

Syntax

public boolean isWebAgent()
    throws NotesException

Legal values

  • true if the agent can run in a Web browser environment
  • false if the agent cannot run in a Web browser environment

Example