IsProhibitDesignUpdate (Agent - Java)

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

Defined in

Agent

Date type

boolean

Syntax

public boolean isProhibitDesignUpdate()
    throws NotesException
public void setProhibitDesignUpdate(boolean value)
    throws NotesException

Legal values

  • true if the update is prohibited
  • false if the agent is updated

Usage

You must call Save to make any change effective.

You cannot change the current agent.

Example