.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetAgent method
Example

Finds an agent in a database, given the agent name.

Defined in

NotesDatabase

Syntax

Set notesAgent = notesDatabase.GetAgent( agentName$ )

Parameter

agentName$


Return value

notesAgent


Usage

For an explanation of NoteAgents, see the NotesAgent class.

Language cross-reference

getAgent method in Java Database class

@Command([AgentEdit]) function in formula language

Example
See Also