PropertyAt
fOldProperties->PropertyAt(0)->Identifier());
Property* PropertyAt(int32 index) const;
Property* property = object->PropertyAt(i);
for (int32 i = 0; Property* property = fPropertyObject->PropertyAt(i); i++) {