PSActivity.ErrorAction Property

Definition

Determines how errors should be handled by the activity.

public:
 property System::Activities::InArgument<Nullable<System::Management::Automation::ActionPreference>> ^ ErrorAction { System::Activities::InArgument<Nullable<System::Management::Automation::ActionPreference>> ^ get(); void set(System::Activities::InArgument<Nullable<System::Management::Automation::ActionPreference>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.ActionPreference?> ErrorAction { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.ErrorAction : System.Activities.InArgument<Nullable<System.Management.Automation.ActionPreference>> with get, set
Public Property ErrorAction As InArgument(Of Nullable(Of ActionPreference))

Property Value

Attributes

Applies to