[This is preliminary documentation and is subject to change.]

Gets the element key for the specified FacebookApplicationElement.

Namespace:  Facebook.Configuration
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
protected override Object GetElementKey(
	ConfigurationElement element
)
Visual Basic (Declaration)
Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object
Visual C++
protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override

Parameters

element
Type: System.Configuration..::.ConfigurationElement
The FacebookApplicationElement to return the key for.

Return Value

An Object that acts as the key for the specified FacebookApplicationElement.

See Also

FacebookApplicationElementCollection Class
Facebook.Configuration Namespace