I have a .Net object (in C#) which has properties named event1, event2 and so on.
I have to do some if-else on each of these. is there way i can loop over these. If these were controls i could have used the controls collection, but these are properties of an object.
Any help?