共用方式為


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

適用於