TrackingConfigurationCollection<TConfigurationElement>::GetElementKey Method (ConfigurationElement^)

.NET Framework (current version)
 

Gets the element key for the specified configuration element.

Namespace:   System.ServiceModel.Activities.Tracking.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

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

Parameters

element
Type: System.Configuration::ConfigurationElement^

The configuration element.

Return Value

Type: System::Object^

The element key.

.NET Framework
Available since 4.0
Return to top
Show: