次の方法で共有


ScriptExecution.Errors プロパティ

定義

PowerShell の実行から標準エラー出力ストリームを取得します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象