JobStepExecutionOptions.RetryAttempts Property

Definition

Gets or sets maximum number of times the job step will be reattempted if the first attempt fails.

[Newtonsoft.Json.JsonProperty(PropertyName="retryAttempts")]
public int? RetryAttempts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retryAttempts")>]
member this.RetryAttempts : Nullable<int> with get, set
Public Property RetryAttempts As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to