Edit

Share via


ProjectDataSet.TaskRow.TASK_UID Property

Definition

Specifies the unique identifier (GUID) of a 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

Examples

For a code example, see AddTaskRow(ProjectDataSet+TaskRow).

Remarks

Important: Project Server does not allow duplicate task GUIDs in the same project, but it does not check for duplicate task GUIDs in other projects. You should never reuse a GUID for TASK_UID when you create tasks, even if the tasks are in different projects. Duplicate task GUIDs break other Project Server functions such as the Cube Build Service and updates of the Reporting database.

Applies to