Share via


ExecuteScriptActionParameters.PersistOnSuccess Property

Definition

Gets or sets if the scripts needs to be persisted.

[Newtonsoft.Json.JsonProperty(PropertyName="persistOnSuccess")]
public bool PersistOnSuccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="persistOnSuccess")>]
member this.PersistOnSuccess : bool with get, set
Public Property PersistOnSuccess As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to