In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetProperty( _
   ByVal  As System.Type, _
   ByVal  As System.String _
) As System.Reflection.PropertyInfo
             
        
            
            public static System.Reflection.PropertyInfo GetProperty( 
   System.Type ,
   System.string 
)
             
        
             
        
            Parameters
- type
 
- name
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also