ConvertersCollection.GetElementKey Method (ConfigurationElement)

 

Gets the element key for the specified ConfigurationElement object.

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

protected override object GetElementKey(
	ConfigurationElement element
)

Parameters

element
Type: System.Configuration.ConfigurationElement

The ConfigurationElement object whose key you want to return.

Return Value

Type: System.Object

The object acts as the key for the specified ConfigurationElement instance.

.NET Framework
Available since 3.5
Return to top
Show: