CoreCommandBase.SupportsShouldProcess Property

Definition

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

Property Value

Applies to