StepGroup.DependsOnStepGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of step group names on which this step group depends on.
public System.Collections.Generic.IList<string> DependsOnStepGroups { get; }
member this.DependsOnStepGroups : System.Collections.Generic.IList<string>
Public ReadOnly Property DependsOnStepGroups As IList(Of String)