TaskCollectionParentTask Property

Get/Set a reference to the parent task to which this collection belongs.

Definition

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

Property Value

TaskItem

See Also