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!

BaseConfigCollection Class

A generic implementation of the IConfigCollection interface.

Object
   BaseConfigCollection

[Visual Basic]
Public Class BaseConfigCollection
   Implements IConfigCollection, ICloneable, IList, ICollection, _
   IEnumerable
[C#]
public class BaseConfigCollection : IConfigCollection, ICloneable,
   IList, ICollection, IEnumerable
[C++]
public __gc class BaseConfigCollection : public IConfigCollection,
   ICloneable, IList, ICollection, IEnumerable
[JScript]
public class BaseConfigCollection implements IConfigCollection,
   ICloneable, IList, ICollection, IEnumerable

Remarks

The configuration system returns a BaseConfigCollection when no strongly typed accessor class has been defined in the schema for the ConfigType (CollectionClass attribute).

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

BaseConfigCollection Members | System.Configuration Namespace