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!

BaseConfigItem Class

A generic implementation of the IConfigItem interface.

Object
   BaseConfigItem

[Visual Basic]
Public Class BaseConfigItem
   Implements IConfigItem, ICloneable, ICollection, IEnumerable
[C#]
public class BaseConfigItem : IConfigItem, ICloneable, ICollection,
   IEnumerable
[C++]
public __gc class BaseConfigItem : public IConfigItem, ICloneable,
   ICollection, IEnumerable
[JScript]
public class BaseConfigItem implements IConfigItem, ICloneable,
   ICollection, IEnumerable

Remarks

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

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

BaseConfigItem Members | System.Configuration Namespace