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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly