TypeConfigurationElement Constructor(string,Type)

Summary
Initialize an instance of the TypeConfigurationElement class
Syntax
C#
VB
C++
public TypeConfigurationElement( 
   string name, 
   Type type 
) 
  
Public Function New( _ 
   ByVal name As String, _ 
   ByVal type As Type _ 
) 
public: 
TypeConfigurationElement(  
   String^ name, 
   Type^ type 
) 

Parameters

name
The name of the element.

type
The Type that this element is the configuration for.

Requirements

Target Platforms

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

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.