CoreCommandBase.SupportsShouldProcess 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.
Determines if the cmdlet and CmdletProvider supports ShouldProcess.
public:
property bool SupportsShouldProcess { bool get(); };
public:
property bool SupportsShouldProcess { bool get(); };
public bool SupportsShouldProcess { get; }
member this.SupportsShouldProcess : bool
Public ReadOnly Property SupportsShouldProcess As Boolean