Share via


PSActivity.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 System::Activities::InArgument<Nullable<System::UInt32>> ^ PSActionRetryCount { System::Activities::InArgument<Nullable<System::UInt32>> ^ get(); void set(System::Activities::InArgument<Nullable<System::UInt32>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<uint?> PSActionRetryCount { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSActionRetryCount : System.Activities.InArgument<Nullable<uint32>> with get, set
Public Property PSActionRetryCount As InArgument(Of Nullable(Of UInteger))

Property Value

Attributes

Applies to