ProjectDataSet.TaskRow.TASK_ID property
Specifies an ordinal indicator of where the task is displayed in the list of tasks.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_ID As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_ID
instance.TASK_ID = value
public int TASK_ID { get; set; }
Property value
Type: System.Int32
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.