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.
Class | Description |
---|---|
BaseConfigItem | A generic implementation of the IConfigItem interface. |
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.
Namespace: System.Configuration
Assembly: System.Configuration.dll