TypeName Property

Summary
Gets or sets the fully qualified name of the Type the element is the configuration for.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("type", IsRequired=true)] 
public string TypeName { get; set; } 
[ConfigurationPropertyAttribute(Name="type",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=false)] 
public: 
property String^ TypeName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The fully qualified name of the Type the element is the configuration for.

Requirements

Target Platforms

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

Leadtools.Logging Assembly

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