ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / DataUtils Class / GetValue Method

In This Topic
    GetValue Method (DataUtils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetValue( _
       ByVal obj As System.Object, _
       ByVal propertyName As System.String _
    ) As System.Object
    public static System.object GetValue( 
       System.object obj,
       System.string propertyName
    )

    Parameters

    obj
    propertyName
    See Also