IProviderConfiguration Interface
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.
Configuration information that a provider receives
public interface IProviderConfiguration
type IProviderConfiguration = interface
Public Interface IProviderConfiguration
- Derived
Properties
Children |
Nested providers in case of a hierarchical tree of dependencies |
Name |
Name of this provider. |
Properties |
Configuration properties for this provider instance, as name-value pairs. |
Type |
Full type name of this provider. |
Methods
AddChildConfiguration(IProviderConfiguration) | |
RemoveProperty(String) |
Removes a property in this provider configuration. |
SetProperty(String, String) |
Set a property in this provider configuration. If the property with this key already exists, it is been overwritten with the new value, otherwise it is just added. |