Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / MappingInfo Class / GetPropertyValue Method

In This Topic
    GetPropertyValue Method (MappingInfo)
    In This Topic
    Returns the property of specified object.
    Syntax
    'Declaration
     
    
    Public Function GetPropertyValue( _
       ByVal obj As Object _
    ) As Object
    public object GetPropertyValue( 
       object obj
    )

    Parameters

    obj
    See Also