How do you give a C# auto-property an initial value?
I either use the constructor, or revert to the old syntax.
Using the Constructor:
In the constructor. The constructor's purpose is to initialized it's data members.