InputPanel for WinForms | ComponentOne
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 Type, _
       ByVal propertyName As String _
    ) As PropertyInfo
    public static PropertyInfo GetPropertyInfo( 
       Type type,
       string propertyName
    )

    Parameters

    type
    propertyName
    See Also