Script.ContinueOnErrors Property

Definition

Gets or sets flag that indicates whether to continue if one of the command fails.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to