ExplicitlyAllowedUserGetElementKey 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
)
Protected Overrides Function GetElementKey (
element As ConfigurationElement
) As Object
protected:
virtual Object^ GetElementKey(
ConfigurationElement^ element
) override
abstract GetElementKey :
element : ConfigurationElement -> Object
override GetElementKey :
element : ConfigurationElement -> Object
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