TaskItemParentTask Property

Get/Set a reference to the project or task of which this item is a child.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonIgnoreAttribute]
public TaskItem ParentTask { get; set; }

Property Value

TaskItem

See Also