ITask.SubTasks Property

Gets the sub-tasks/sub-branches of this branch/task in WBS tree.
ReadOnly Property SubTasks() As IList(Of ITask)
This language is not supported or no code example is available.
IList<ITask> SubTasks {get;}
This language is not supported or no code example is available.

Property Value

IList<ITask>

Sub-tasks or an empty list if this is a leaf task. The sub-tasks are in the correct order as they appear in WBS tree.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition