CommonParameters.InformationAction 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.
Gets or sets the value of the InformationAction parameter for the cmdlet.
public:
property System::Management::Automation::ActionPreference InformationAction { System::Management::Automation::ActionPreference get(); void set(System::Management::Automation::ActionPreference value); };
public System.Management.Automation.ActionPreference InformationAction { get; set; }
[System.Management.Automation.Alias(new System.String[] { "infa" })]
[System.Management.Automation.Parameter]
public System.Management.Automation.ActionPreference InformationAction { get; set; }
member this.InformationAction : System.Management.Automation.ActionPreference with get, set
[<System.Management.Automation.Alias(new System.String[] { "infa" })>]
[<System.Management.Automation.Parameter>]
member this.InformationAction : System.Management.Automation.ActionPreference with get, set
Public Property InformationAction As ActionPreference
Property Value
- Attributes
Remarks
This parameter tells the command what to do when an informational record occurs.