Freigeben über


Script.ContinueOnErrors Eigenschaft

Definition

Ruft ein Flag ab, das angibt, ob fortgesetzt werden soll, wenn einer der Befehle fehlschlägt, oder legt dieses fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: