次の方法で共有


ScriptExecution.Warnings プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象