ConfigurationElement::Item Property
.NET Framework (current version)
Gets or sets a property, attribute, or child element of this ConfigurationElement object.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Item[ConfigurationProperty^] | Gets or sets a property or attribute of this configuration element. |
![]() | Item[String^] | Gets or sets a property, attribute, or child element of this configuration element. |
Use this method to get or set the values of a ConfigurationProperty object.
Show:
