GetElementKey Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets the element key for a specified configuration element when overridden in a derived class.

Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

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

Parameters

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

Return Value

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

See Also