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!

IConfigItem Interface

Provides late-bound access to the properties in a configuration item.

[Visual Basic]
Public Interface IConfigItem
   Implements ICloneable, ICollection, IEnumerable
[C#]
public interface IConfigItem : ICloneable, ICollection, IEnumerable
[C++]
public __gc __interface IConfigItem : public ICloneable,
   ICollection, IEnumerable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IConfigItem

Class Description
BaseConfigItem A generic implementation of the IConfigItem interface.

Remarks

A configuration item consists of an ordered collection of properties. Properties have a Name, an Index, a Type and a Value.

A configuration item carries its configuration type and the storage location from which it was retrieved.

A configuration item is a ICollection and can be enumerated.

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

IConfigItem Members | System.Configuration Namespace