ScriptExecution.Information Property

Definition

Gets standard information out stream from the powershell execution

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to