←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly