Share via


ExecutionState.StepExecutionState.Output Property

Definition

The output variables provided by the step

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

Property Value

Applies to