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

Namespace: MonoSoftware.Web.AntiSpam
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected override Object GetElementKey(
	ConfigurationElement element
)
Visual Basic
Protected Overrides Function GetElementKey ( 
	element As ConfigurationElement
) As Object
Visual C++
protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override
F#
abstract GetElementKey : 
        element : ConfigurationElement -> Object 
override GetElementKey : 
        element : ConfigurationElement -> Object 

Parameters

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

Return Value

Type: Object
An System.Object that acts as the key for the specified AntiSpamProviderElement.

See Also