ProhibitDesignUpdate (NotesAgent - LotusScript®)

Read-write. Indicates whether an agent is updated when the application design is refreshed or replaced.

Defined in

NotesAgent

Data type

Boolean

Syntax

To get: flag = notesAgent.ProhibitDesignUpdate

To set: notesAgent.ProhibitDesignUpdate = flag

Legal values

  • True indicates that the update is prohibited.
  • False indicates that the agent is updated.

Usage

If you change this property, you must call Save to commit the change. You must have the appropriate access privileges to both the database and to the agent.

You cannot change the current agent.

See examples

Examples: ProhibitDesignUpdate property

Example