ConfigurationElementCollection.BaseGet Method (Object)
.NET Framework (current version)
Returns the configuration element with the specified key.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- key
-
Type:
System.Object
The key of the element to return.
Return Value
Type: System.Configuration.ConfigurationElementThe ConfigurationElement with the specified key; otherwise, null.
The BaseGet method returns null if there is no ConfigurationElement object with the specified key in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: