ActivityImplementationContext.WarningAction Property

Definition

Determines how warnings should be handled by the activity.

public:
 property Nullable<System::Management::Automation::ActionPreference> WarningAction { Nullable<System::Management::Automation::ActionPreference> get(); void set(Nullable<System::Management::Automation::ActionPreference> value); };
public System.Management.Automation.ActionPreference? WarningAction { get; set; }
member this.WarningAction : Nullable<System.Management.Automation.ActionPreference> with get, set
Public Property WarningAction As Nullable(Of ActionPreference)

Property Value

Applies to