StatusingDataSet.TasksRow.TASK_PARENT_UID property
Indicates the unique identifier of the parent task for the specified task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_PARENT_UID As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Guid
value = instance.TASK_PARENT_UID
instance.TASK_PARENT_UID = value
public Guid TASK_PARENT_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
StatusingDataSet.TasksRow class