You want one of the following, choose which works best for you:
Reflection: http://msdn.microsoft.com/en-us/library/136wx94f.aspx
Dynamic type: http://msdn.microsoft.com/en-us/library/dd264741.aspx
though as someone already pointed out, a class with 1000 properties is a code smell. You probably want a dictionary or collection instead,