KeyValueConfigurationCollection::GetElementKey Method (ConfigurationElement^)

 

Gets the element key for a specified configuration element when overridden in a derived class.

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

protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override

Parameters

element
Type: System.Configuration::ConfigurationElement^

The KeyValueConfigurationElement to which the key should be returned.

Return Value

Type: System::Object^

An object that acts as the key for the specified KeyValueConfigurationElement.

.NET Framework
Available since 2.0
Return to top
Show: