Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / 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 System.Object _
    ) As System.Object
    public System.object GetPropertyValue( 
       System.object obj
    )

    Parameters

    obj
    See Also