I have a class module with 6 let/get properties.
Can I list a names of that properties at run time with my program? I need a values of properties of some class at run time

For example:
for i = 1 to numberofproperties
x(i) = myClass...value of i property
next i