AssemblyExtensionDataCollection.GetElementKey Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets the key value from the stored element.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

protected override Object GetElementKey(
    ConfigurationElement element
)
'Declaration
Protected Overrides Function GetElementKey ( _
    element As ConfigurationElement _
) As Object
protected:
virtual Object^ GetElementKey(
    ConfigurationElement^ element
) override

Parameters

Return Value

The value of the "match" property.

See Also

AssemblyExtensionDataCollection Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace