The properties of the IConfigItem interface are listed below. For a complete list of IConfigItem interface members, see the IConfigItem Members topic.
Collection | Returns the IConfigCollection to which this configuration item belongs. |
ConfigType | Returns the ConfigType of this configuration item. |
IsFrozen | Indicates if a configuration item can be changed or not. |
Item | Overloaded. Gets ot sets the value of a property. Values can be of type Int32, Boolean, String or String[].
In C#, this member is the indexer for the IConfigItem class. |
Selector | Returns the Selector which was used to retrieve this configuration item. |