Can someone direct me to documentation on how to iterate over only the properties in a class at runtime. I have a class that is nothing but properties and instead of typing out Console.WriteLine(someObject.someProperty) it would rather iterate over the available properties. Ist this where System.Refelection comes into play?