←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(Name="type",  
   Options=ConfigurationPropertyOptions.IsRequired,  
   IsDefaultCollection=false,  
   IsRequired=true,  
   IsKey=false)] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize