ProjectDataSet.TaskRow.TASK_ID Property
Specifies an ordinal indicator of where the task is displayed in the list of tasks.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.