Gets the name of the project.
The following example uses
Name property of "project".
// get the name of the current project
string projectName = project.Name;
// get the name of the current project
$projectName = $project->Name;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.