FilterTableEntryCollection::GetElementKey Method (ConfigurationElement^)

.NET Framework (current version)
 

Gets the element key for the specified configuration element.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

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

Parameters

element
Type: System.Configuration::ConfigurationElement^

The configuration element to return the key for.

Return Value

Type: System::Object^

The key for the specified configuration element.

.NET Framework
Available since 4.0
Return to top
Show: