FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / DataUtils Class / GetValue Method

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

    Parameters

    obj
    propertyName
    See Also