LOTUSSCRIPT/COM/OLE CLASSES
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.
Language cross-reference
Owner in Java Agent class
Example See Also