TaskItemTasks Property
Get a reference to the reference to the collection of tasks composing
this project or task.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketCollectionConverter<TaskItem>))]
[JsonPropertyAttribute(Order = 22)]
public TaskCollection Tasks { get; }
<JsonConverterAttribute(GetType(TicketCollectionConverter(Of TaskItem)))>
<JsonPropertyAttribute(Order := 22)>
Public ReadOnly Property Tasks As TaskCollection
Get
No code example is currently available or this language may not be supported.
Property Value
TaskCollection