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!

ListAppend Class

Used by the configuration system to merge configuration information from multiple configuration files by appending the configuration info from the child file after the information from the parent file.

Object
   ListAppend

[Visual Basic]
Public Class ListAppend
   Implements IConfigMerger
[C#]
public class ListAppend : IConfigMerger
[C++]
public __gc class ListAppend : public IConfigMerger
[JScript]
public class ListAppend implements IConfigMerger

Remarks

Refer to Interceptors.IConfigMerger for more information.

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

ListAppend Members | System.Configuration.Interceptors Namespace