Item Property (DB2ConnectionStringBuilder)
                In This Topic
            
            Returns the value of given key.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides Default Property Item( _
   ByVal  As String _
) As Object
             
        
            
            public override object this[ 
   string 
]; {get; set;}
             
        
             
        
            Parameters
- keyword
- The key name.
Property Value
Value of given key.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also