TypeName Property

Summary

Gets or sets the fully qualified name of the Type the element is the configuration for.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("type", IsRequired=true)] 
public string TypeName { get; set; } 
  
<ConfigurationPropertyAttribute(Name="type",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=False,  
   IsRequired=True,  
   IsKey=False)> 
Public Property TypeName As String 
[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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly