ProfilePropertySettingsCollection.GetElementKey Method (ConfigurationElement)

 
Use BaseTrue

Gets the key for the specified configuration element.

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

Protected Overrides Function GetElementKey (
	element As ConfigurationElement
) As Object

Parameters

element
Type: System.Configuration.ConfigurationElement

A ConfigurationElement in the collection.

Return Value

Type: System.Object

The name of the element.

.NET Framework
Available since 2.0
Return to top
Show: