CmdletCommonMetadataAttribute.ConfirmImpact
Property
Definition
Gets and 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 System.Management.Automation.ConfirmImpact ConfirmImpact { get; set; }
Property Value