DiscoveryTask.DependsOn Property

Definition

IDs of tasks that must complete before this task can be executed.

public System.Collections.Generic.IList<string> DependsOn { get; }
member this.DependsOn : System.Collections.Generic.IList<string>
Public ReadOnly Property DependsOn As IList(Of String)

Property Value

Applies to