ProjectDataSet.TaskRow.TASK_ID 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 an ordinal indicator of where the task is displayed in the list of tasks.
public:
property int TASK_ID { int get(); void set(int value); };
public int TASK_ID { get; set; }
member this.TASK_ID : int with get, set
Public Property TASK_ID As Integer
Property Value
Remarks
Read-only. As you create tasks, Project automatically assigns the next number in the sequence of tasks as listed. This becomes the TASK_ID.
TASK_ID is not a unique identifier for the task. It changes whenever the order of task changes. The persistent unique identifier is TASK_UID.