ConfigType | Returns the ConfigType of the configuration items in this collection. |
IsFrozen | Indicates if a configuration collection can be changed or not. |
Item | Overloaded. [To be supplied.]
In C#, this member is the indexer for the IConfigCollection class. |
Selector | Returns the Selector which was used to retrieve this configuration collection. |
Add | Adds a new item to the configuration collection. |
FindByKey | Overloaded. Returns the configuration item whose primary key properties match the specified values. |
Freeze | Makes the configuration item read-only. |
IndexOf | Returns the index of a configuration item in the configuration collection. |
Insert | Inserts a configuration item into the configuration collection. |
IConfigCollection Interface | System.Configuration Namespace