Gets the name of the project. | |
Syntax: | String = object.ProjectName |
Description: | The CimProject.ProjectName returns a string
representing the name of the project. The property is read-only.
The string returned is the project name (e.x CIMPDEMO) not the path
of the project file. Example MsgBox "Project name is " &
project.ProjectName |