System
    2.0.0.0
    4.0.0.0
  
  
    System.Configuration.ConfigurationElement
  
  
  
    
    
      
      This class corresponds to the type attribute of the Module Element (Network Settings) configuration element.
      This class is used to specify a Web proxy that handles requests made with the  and  classes. 
      This class provides programmatic access to information that can be stored in configuration files.
    
    
      
      Represents the type information for a custom  module. This class cannot be inherited.
    
  
  
    
      
      
      Constructor
      
        2.0.0.0
        4.0.0.0
      
      
      
        
        
          
          This constructor adds a  object for the  property to the  collection.
        
        
          
          Initializes a new instance of the  class. 
        
      
    
    
      
      
      Property
      
        2.0.0.0
        4.0.0.0
      
      
        System.Configuration.ConfigurationPropertyCollection
      
      
        To be added.
        
        
          
          The collection contains one element, which corresponds to the  property.
        
        
          
          Gets the collection of properties for the current instance. 
        
      
    
    
      
      
      Property
      
        2.0.0.0
        4.0.0.0
      
      
        
          System.Configuration.ConfigurationProperty("type")
        
      
      
        System.String
      
      
        To be added.
        
        
          
          This property contains the fully qualified type name followed by a comma (,) and the assembly information. The elements of the assembly information are separated with commas, for example, Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".
        
        
          
          Gets or sets the type and assembly information for the current instance.