DeploymentBaseContext.RetryAttempts Property

Definition

Gets the number of times to attempt a deployment operation.

public:
 property int RetryAttempts { int get(); };
public int RetryAttempts { get; }
member this.RetryAttempts : int
Public ReadOnly Property RetryAttempts As Integer

Property Value

The number of times to attempt a deployment operation.

Remarks

The default value is 5 retry attempts.

Applies to