ProjectDataSet.TaskRow.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 (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.