ConfigurationElementCollection.BaseGet Method (Object)

 

Returns the configuration element with the specified key.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

member BaseGet : 
        key:Object -> ConfigurationElement

Parameters

key
Type: System.Object

The key of the element to return.

Return Value

Type: System.Configuration.ConfigurationElement

The 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.

The following code example shows how to call the BaseGet method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: