Click or drag to resize

ImmediateTerminationReasonsGetElementKey Method

Gets the element key for the specified configuration element.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
protected override Object GetElementKey(
	ConfigurationElement element
)

Parameters

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

Return Value

Type: Object
An Object that acts as the key for the specified ConfigurationElement.
See Also