CoreCommandBase.ProviderSupportsShouldProcess Property

Definition

Called by the base implementation that checks the SupportShouldProcess provider capability. This virtual method gives the derived cmdlet a chance query the CmdletProvider capabilities to determine if the provider supports ShouldProcess.

protected:
 virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected:
 virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected virtual bool ProviderSupportsShouldProcess { get; }
member this.ProviderSupportsShouldProcess : bool
Protected Overridable ReadOnly Property ProviderSupportsShouldProcess As Boolean

Property Value

Applies to