Share via


ActivityImplementationContext.PSActionRetryCount Property

Definition

Defines the number of retries that the activity will make when it encounters an error during execution of its action. The default is to not retry.

public:
 property Nullable<System::UInt32> PSActionRetryCount { Nullable<System::UInt32> get(); void set(Nullable<System::UInt32> value); };
public uint? PSActionRetryCount { get; set; }
member this.PSActionRetryCount : Nullable<uint32> with get, set
Public Property PSActionRetryCount As Nullable(Of UInteger)

Property Value

Applies to