.

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


ProgramName property
Example

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