ConfigurationElement.Item Property
.NET Framework 2.0
Gets or sets a property, attribute, or child element of this ConfigurationElement object.
Use the Item method to get or set the values of a ConfigurationProperty object.
| Name | Description |
|---|---|
| ConfigurationElement.Item (ConfigurationProperty) | Gets or sets a property or attribute of this configuration element. |
| ConfigurationElement.Item (String) | Gets or sets a property, attribute, or child element of this configuration element. |