AscOperation.Output Property

Definition

Gets or sets additional operation-specific output.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.output")]
public System.Collections.Generic.IDictionary<string,object> Output { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.output")>]
member this.Output : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Output As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to