Helper method that gets a PropertyInfo object for a given object/property.
public static PropertyInfo GetPropertyInfo( Type userType,
string propertyName );
Parameters
userType
The type object we're reflecting on.
propertyName
The name of the property we're reflecting on.
See also:
Class TestHelper