Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

GetElementKey Method (element)

Gets the element key for the specified ConfigurationElement object.

Syntax

CSharp

protected override Object GetElementKey (
	ConfigurationElement element
)

VisualBasic

Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object

ManagedCPlusPlus

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

JSharp

protected Object GetElementKey (
	ConfigurationElement element
)

Parameters

element (ConfigurationElement)

The ConfigurationElement object whose key you want to return.

Return Value

Return Value

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

Assembly: System.Web.Extensions (Module: System.Web.Extensions)