CommandMetadata.ConfirmImpact Property

Definition

Indicates the "destructiveness" of the command operation and when it should be confirmed. This is only effective when the command calls ShouldProcess, which should only occur when SupportsShouldProcess is specified.

public:
 property System::Management::Automation::ConfirmImpact ConfirmImpact { System::Management::Automation::ConfirmImpact get(); void set(System::Management::Automation::ConfirmImpact value); };
public System.Management.Automation.ConfirmImpact ConfirmImpact { get; set; }
member this.ConfirmImpact : System.Management.Automation.ConfirmImpact with get, set
Public Property ConfirmImpact As ConfirmImpact

Property Value

Applies to