Sparkline for UWP | ComponentOne
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 Type, _
       ByVal name As String _
    ) As PropertyInfo
    public static PropertyInfo GetProperty( 
       Type type,
       string name
    )

    Parameters

    type
    name
    See Also