ServiceModelConfigurationElementCollection<ConfigurationElementType>::RemoveAt Method (Object^)
.NET Framework (current version)
Removes the configuration element at the specified key of this collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- key
-
Type:
System::Object^
The specified key of the configuration element to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. -and- The configuration file is read-only. |
.NET Framework
Available since 3.0
Available since 3.0
Show: