ArcFM Engine Developer Guide
GetElementKey Method (NamedElementCollection<T>)


The System.Configuration.ConfigurationElement to return the key for.
Gets the element key for a specified configuration element when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function GetElementKey( _
   ByVal element As ConfigurationElement _
) As Object
'Usage
 
Dim instance As NamedElementCollection(Of T)
Dim element As ConfigurationElement
Dim value As Object
 
value = instance.GetElementKey(element)
protected override object GetElementKey( 
   ConfigurationElement element
)

Parameters

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

Return Value

An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NamedElementCollection<T> Class
NamedElementCollection<T> Members

 

 


Send Comment