...
The returned string represents the user key of the project lead.
Example
Code Block | ||
---|---|---|
| ||
//Project key of the current project is PRJ //User name of the project manager is JohnSmith string PM; PM = projectPM(project); print("The project manager of " + project + " project is " + PM); |
...