Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The returned string represents the user key of the project lead.

Example

Code Block
languagejs
//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);

...