I don't write test cases for each property, but instead test all of the setters/getters in a single test case using reflection/introspector to determine the type(s). Here is a great resource that shows this:
http://www.nearinfinity.com/blogs/scott_leberknight/do_you_unit_test_getters.html