GetElementKey Method

Summary

Gets the element key for a specified configuration element when overridden in a derived class.

Syntax
C#
VB
C++
protected override object GetElementKey( 
   ConfigurationElement element 
) 
  
Protected Overrides Function GetElementKey( _ 
   ByVal element As ConfigurationElement _ 
) As Object 
protected: 
Object^ GetElementKey(  
   ConfigurationElement^ element 
) override  

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly