Share via


PipelineStep.DependsOnSteps Property

Definition

Gets or initializes the list of step names that this step depends on.

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

Property Value

Applies to