StatusingDataSet.TasksRow.TASK_PARENT_UID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the unique identifier of the parent task for the specified 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