TaskItemDependencies Property
Get a reference to the collection of projects and tasks upon which this
project is dependent.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketCollectionConverter<DependencyItem>))]
[JsonPropertyAttribute(Order = 21)]
public DependencyCollection Dependencies { get; }
<JsonConverterAttribute(GetType(TicketCollectionConverter(Of DependencyItem)))>
<JsonPropertyAttribute(Order := 21)>
Public ReadOnly Property Dependencies As DependencyCollection
Get
No code example is currently available or this language may not be supported.
Property Value
DependencyCollection