PSActivity.ErrorAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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