Documentation
Retrieves the value of a property of an object, using the property object for the type, and the object itself. This can be useful if you are working with an unknown object, and wish to retrieve the values of its properties. Using the type object the properties can be retrieved and now with this function the values of those properties can be accessed. Without this function, the name of the property must be known at compile time in order to retrieve a property's value from an object.



