I\'m using the class designer in Visual Studio 2008 and when I add properties to my classes they are created with an empty setter and a getter that throws a NotImplementedEx
You can create field, and encapsulate it(Refactor->Encapsulate field). This can help for simple properties.