ProviderConfigurationEntry Class
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.
Define class for provider configuration entry
public ref class ProviderConfigurationEntry sealed : System::Management::Automation::Runspaces::RunspaceConfigurationEntry
public sealed class ProviderConfigurationEntry : System.Management.Automation.Runspaces.RunspaceConfigurationEntry
type ProviderConfigurationEntry = class
inherit RunspaceConfigurationEntry
Public NotInheritable Class ProviderConfigurationEntry
Inherits RunspaceConfigurationEntry
- Inheritance
Constructors
ProviderConfigurationEntry(String, Type, String) |
Initiate an instance for provider configuration entry. |
Properties
BuiltIn |
Get whether this entry is a built-in entry. (Inherited from RunspaceConfigurationEntry) |
HelpFileName |
Get name of the help file that include help information for the provider |
ImplementingType |
Get class that include implementation of the provider. |
Name |
Gets name of configuration entry (Inherited from RunspaceConfigurationEntry) |
PSSnapIn |
Gets name of PSSnapin that this configuration entry belongs to. (Inherited from RunspaceConfigurationEntry) |