<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / PropertyDescriptor Class / GetValue Method
The object for which to retrieve the value.

In This Topic
    GetValue Method
    In This Topic
    Gets the current value of the property on an object.
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal obj As Object _
    ) As Object
    public object GetValue( 
       object obj
    )

    Parameters

    obj
    The object for which to retrieve the value.

    Return Value

    The current value of the property on an object.
    See Also