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