StatusingDataSet.TasksRow.TASK_ID property
Specifies an integer-based identifier of whether the task is displayed in the list of tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_ID As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Integer
value = instance.TASK_ID
instance.TASK_ID = value
public int TASK_ID { get; set; }
Property value
Type: System.Int32
See also
Reference
StatusingDataSet.TasksRow class