CasewareDocs
New in Caseware Cloud Engagements 2026-05See what's new

ProjectName

Returns the IDEA project name.

This is used for logging purposes.

Compatibility

Available as of IDEA version 9.0

Syntax

ProjectName

Type

String

Example

Sub Main 
'Log information.
SmartContext.Log.LogMessage("App Name: " & SmartContext.ProjectName)
End Sub
ProjectName | Caseware Docs