ActivityImplementationContext.InformationAction Property

Definition

Determines how information messages should be handled by the activity.

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

Property Value

Applies to