Share via


PipelineStep.RequiredBySteps Property

Definition

Gets or initializes the list of step names that require this step to complete before they can finish. This is used internally during pipeline construction and is converted to DependsOn relationships.

public System.Collections.Generic.List<string> RequiredBySteps { get; init; }
member this.RequiredBySteps : System.Collections.Generic.List<string> with get, set
Public Property RequiredBySteps As List(Of String)

Property Value

Applies to