Share via


StepGroup.DependsOnStepGroups Property

Definition

Gets or sets the list of step group names on which this step group depends on.

[Newtonsoft.Json.JsonProperty(PropertyName="dependsOnStepGroups")]
public System.Collections.Generic.IList<string> DependsOnStepGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dependsOnStepGroups")>]
member this.DependsOnStepGroups : System.Collections.Generic.IList<string> with get, set
Public Property DependsOnStepGroups As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to