The following example uses Name property of "project".
| C# | Copy Code |
|---|---|
// get the name of the current project string projectName = project.Name; | |
| PHP | Copy Code |
|---|---|
// get the name of the current project $projectName = $project->Name; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven