CmdletProvider.ProviderInfo 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.
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.