Gets a IPlugin by name. 
      
        [Visual Basic]
        Public Default ReadOnly Property Item( _
   ByVal 
name As 
String _
) As 
IPlugin 
      
      
      
      Parameters
      
        - 
          name
        
- The name of the IPlugin to lookup.
Remarks
             Lookup a plugin by name. If the plugin is not found null will be returned. 
            See Also
PluginMap Class | log4net.Plugin Namespace