IsIncludeAgents (ReplicationEntry - Java)

Read-write. Includes agents in replications.

Defined in

ReplicationEntry

Data type

boolean

Syntax

public boolean isIncludeAgents()
    throws NotesException
public void setIncludeAgents(boolean flag)
    throws NotesException

Legal values

  • true to include agents
  • false to exclude agents

Usage

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.

Example