Gets or sets the fully qualified name of the 
Type the element is the configuration for.
            
            
            
            
            [ConfigurationPropertyAttribute(Name="type", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public string TypeName {get; set;}
             
        
            
            'Declaration
 
<ConfigurationPropertyAttribute(Name="type", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property TypeName As String
             
        
            
            'Usage
 
Dim instance As TypeConfigurationElement
Dim value As String
 
instance.TypeName = value
 
value = instance.TypeName
             
        
            
        
            
        
            
            [ConfigurationPropertyAttribute(Name="type", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property String^ TypeName {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The fully qualified name of the 
Type the element is the configuration for.