Owner (NotesAgent - LotusScript®)

Read-only. The name of the person who last modified and saved an agent (the owner of the agent).

Defined in

NotesAgent

Data type

String

Syntax

To get: ownerName$ = notesAgent .Owner

Usage

If the owner's name is hierarchical, this property returns the fully distinguished name. If the owner's name is flat (non-hierarchical), the CommonOwner name is the same as the Owner name.

Example