It's not obvious from this page, but I'm assuming this is a feature of C# 3.0. It would have been nice to indicate that in the page's content. The only clue is the droppings in the navigation history.
I've tried to do project in .net 2.0 in VS2008 and Auto properties works, but on VS2005 not.
Maybe VS2008 do something ?
Idea of checking this comes from one the member of .Net group
http://slask-msclub.isvclub.com .
Theraot edit: Actually VS2008 does the work, "the compiler creates a private, anonymous backing field" - that - "can only be accessed through the property's get and set accessors." the name of that field is '<PropertyName>k_BackingField' as you can reach it from reflection or MSIL, and It's .Net 2.0 compatible (may be even .Net 1.x compatible, I cannot tell for sure).
[tfl - 15 july 08] - added contentbug to tag list