CmdletProvider.ProviderInfo Property
Definition
The information about the provider that is stored in the runspace on behalf of the provider.
protected public:
property System::Management::Automation::ProviderInfo ^ ProviderInfo { System::Management::Automation::ProviderInfo ^ get(); };
protected internal System.Management.Automation.ProviderInfo ProviderInfo { get; }
member this.ProviderInfo : System.Management.Automation.ProviderInfo
Protected Friend ReadOnly Property ProviderInfo As ProviderInfo
Property Value
Remarks
If a derived type of ProviderInfo was returned from the Start method, it
will be set here in all subsequent calls to the provider.