IsPublic (NotesAgent - LotusScript®)

Read-only. Indicates whether an agent is shared or private.

  • A shared agent is accessible to all users of a database and is stored in the database.
  • A private agent is accessible only to its owner and is stored in the owner's desktop file.
Note: Shared agents are sometimes called public agents.

Defined in

NotesAgent

Data type

Boolean

Syntax

To get: flag = notesAgent .IsPublic

Legal values

  • True indicates that the agent is shared.
  • False indicates that the agent is private.

Example