次の方法で共有


Script.ContinueOnErrors プロパティ

定義

いずれかのコマンドが失敗した場合に続行するかどうかを示すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.continueOnErrors")]
public bool? ContinueOnErrors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.continueOnErrors")>]
member this.ContinueOnErrors : Nullable<bool> with get, set
Public Property ContinueOnErrors As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象