CommandMetadata.ConfirmImpact 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.
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