Get:
The get { } implementation must include a return statement. It can access any member on the class.
Set:
The set { } implementation receives the implicit argument 'value', which is the value to which the property is assigned.
The get { } implementation must include a return statement. It can access any member on the class.
Set:
The set { } implementation receives the implicit argument 'value', which is the value to which the property is assigned.