propDef = findProperty(classDef,CPPName)
finds a property in the specified class that matches the specified name and returns a
clibgen.api.PropertyDefinition object for the matching property. If the
function does not find a match, it returns an empty PropertyDefinition
object.