ScriptExecution.Output Property

Definition

Gets or sets standard output stream from the powershell execution

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to