ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetProperty Method

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

    Parameters

    type
    name
    See Also