IsWebAgent (NotesAgent - LotusScript®)

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

Note: This property is new with Release 5.

Defined in

NotesAgent

Data type

Boolean

Syntax

flag = notesAgent .IsWebAgent

Legal values

  • True indicates that the agent can run in a Web browser environment.
  • False indicates that the agent cannot run in a Web browser environment.

Example