So setPropertyIsEnumerable() is really only good for dynamically creayed properties, and really only for setting to false, since they are enumerable by default. My question is, how can I iterate over the properties that are actually defined in one of my classes? I have a VO class with a bunch o' properties that I would really rather not have to access manually. Is this possible?
Thanks, Ben

