ShouldProcessParameters Class
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.
The declaration of parameters for the ShouldProcess mechanisms. -Whatif, and -Confirm.
public ref class ShouldProcessParameters sealed
public sealed class ShouldProcessParameters
type ShouldProcessParameters = class
Public NotInheritable Class ShouldProcessParameters
- Inheritance
-
ShouldProcessParameters
Properties
Confirm |
Gets or sets the value of the -Confirm parameter for all cmdlets. |
WhatIf |
Gets or sets the value of the -Whatif parameter for all cmdlets. |