ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / DTE Structure / GetPropertyInfo Method

In This Topic
    GetPropertyInfo Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPropertyInfo( _
       ByVal type As System.Type, _
       ByVal propertyName As System.String _
    ) As System.Reflection.PropertyInfo
    public static System.Reflection.PropertyInfo GetPropertyInfo( 
       System.Type type,
       System.string propertyName
    )

    Parameters

    type
    propertyName
    See Also