Gets the id of the task.
The following example uses
TaskId property of "project".
// get the id of the current task
String id = project.TaskId;
// get the id of the current task
$id = $project->TaskId;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.