Used by the configuration system to merge configuration information from multiple configuration files by changing a single configuration info to carry the properties from the innermost configuration file. This effectively implements configuration inheritance from parent to child.
Object
PropertyOverride
[Visual Basic] Public Class PropertyOverride Implements IConfigMerger [C#] public class PropertyOverride : IConfigMerger [C++] public __gc class PropertyOverride : public IConfigMerger [JScript] public class PropertyOverride implements IConfigMerger
Only works for singleton configuration items.
Refer to Interceptors.IConfigMerger for more information.
Namespace: System.Configuration.Interceptors
Assembly: System.Configuration.dll
PropertyOverride Members | System.Configuration.Interceptors Namespace