NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyOverride Class

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

Remarks

Only works for singleton configuration items.

Refer to Interceptors.IConfigMerger for more information.

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

PropertyOverride Members | System.Configuration.Interceptors Namespace