Serialized Property

Is there a way to iterate through all the public properties of an object?

Thanks.

The classes in the System.Reflection namespace can be used for tasks like this. It can be a bit involved, though :slight_smile: