Helper method to get the value of a property.
public static object GetPropertyValue( object source,
string property );
Parameters
source
The object we are getting a property's value from.
property
The property we are getting the value from.
See also:
Class TestHelper