Properties
const property_info* Properties() const;
const property_info *pinfo = propinfo.Properties();
CompareProperties(propTest->Properties(), prop_list, prop_count);
assert((propTest->Properties())[result].extra_data == extra_data);
const property_info *theProps = propTest->Properties();