WorkflowRun.Outputs Property

Definition

Gets the outputs.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> Outputs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")>]
member this.Outputs : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter>
Public ReadOnly Property Outputs As IDictionary(Of String, WorkflowOutputParameter)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to