LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The name that identifies the script whose actions and errors you're logging. The name is the same as the name specified with New or CreateLog.
Defined in
NotesLog
Data type
String
Syntax
To get: programName$ = notesLog.ProgramName
To set: notesLog.ProgramName = programName$
Language cross-reference
ProgramName in Java Log class
Example