PSCmdlet.InvokeProvider Property

Definition

Gets the instance of the provider interface APIs for the current runspace.

public:
 property System::Management::Automation::ProviderIntrinsics ^ InvokeProvider { System::Management::Automation::ProviderIntrinsics ^ get(); };
public System.Management.Automation.ProviderIntrinsics InvokeProvider { get; }
member this.InvokeProvider : System.Management.Automation.ProviderIntrinsics
Public ReadOnly Property InvokeProvider As ProviderIntrinsics

Property Value

Applies to