StatusingDataSet.TasksRow.TASK_UID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the unique identifier for the specified task.
public:
property Guid TASK_UID { Guid get(); void set(Guid value); };
public Guid TASK_UID { get; set; }
member this.TASK_UID : Guid with get, set
Public Property TASK_UID As Guid
Property Value
Remarks
Project Server isolates a team member's status changes until they are approved by the project manager. When a team member saves the status of an assignment, Project Server creates a working copy of the task with the assignment changes in the MSP_TASKS_SAVED table. The working copy has a unique TASK_UID, but the TASK_PUBLISHED_UID is the same as the TASK_UID in the MSP_TASKS table. The same process occurs in the MSP_TASKS_SUBMITTED table when the team member submits the status for approval. When the project manager approves the status, the changes are applied to the task in the MSP_TASKS table.