By \"generate\", I mean auto-generation of the code necessary for a particular selected (set of) variable(s).
But any more explicit explication or comment on good pr
If you are using Visual Studio 2005 and up, you can create a setter/getter real fast using the insert snippet command.
Right click on your code, click on Insert Snippet (Ctrl+K,X), and then choose "prop" from the list.