How to: Use Simple Properties
Visual Studio 2008
For simple properties, those that merely assign and retrieve a private data member, you do not explicitly define the get and set accessor functions. The compiler will automatically provide accessor functions, given just the data type of the property The code below demonstrates a simple property.