TaskItemTasks Property

Get a reference to the reference to the collection of tasks composing this project or task.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketCollectionConverter<TaskItem>))]
[JsonPropertyAttribute(Order = 22)]
public TaskCollection Tasks { get; }

Property Value

TaskCollection

See Also