ConfigurationElementCollection::AddElementName Property
.NET Framework (current version)
Gets or sets the name of the ConfigurationElement to associate with the add operation in the ConfigurationElementCollection when overridden in a derived class.
Assembly: System.Configuration (in System.Configuration.dll)
public protected: property String^ AddElementName { String^ get(); void set(String^ value); }
| Exception | Condition |
|---|---|
| ArgumentException | The selected value starts with the reserved prefix "config" or "lock". |
.NET Framework
Available since 2.0
Available since 2.0
Show: