Edit

Share via


ProjectDataSet.TaskRow.TASK_PARENT_UID Property

Definition

Contains the GUID of the parent summary task.

public:
 property Guid TASK_PARENT_UID { Guid get(); void set(Guid value); };
public Guid TASK_PARENT_UID { get; set; }
member this.TASK_PARENT_UID : Guid with get, set
Public Property TASK_PARENT_UID As Guid

Property Value

Remarks

Read-only. If the task is a subtask, TASK_PARENT_UID contains the GUID of the parent summary task. TASK_PARENT_UID is a null reference (Nothing in Visual Basic) if the task is not a subtask.

Applies to