TaskItemDependencies Property

Get a reference to the collection of projects and tasks upon which this project is dependent.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketCollectionConverter<DependencyItem>))]
[JsonPropertyAttribute(Order = 21)]
public DependencyCollection Dependencies { get; }

Property Value

DependencyCollection

See Also