Share via


InstructionStep.InnerSteps Property

Definition

Gets or sets the inner instruction steps details. Foe Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].

public System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.InstructionStep> InnerSteps { get; }
member this.InnerSteps : System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.InstructionStep>
Public ReadOnly Property InnerSteps As IList(Of InstructionStep)

Property Value

Applies to