CmdletCommonMetadataAttribute.ConfirmImpact Property

Definition

Gets or sets a ConfirmImpact value that indicates the "destructiveness" of the operation and when it should be confirmed. This should only be used 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