That is true, the argument against it was that nothing but the Property should have access to the variable. I have always believed that the class should have access to its own variable, and as you have pointed out it is silly to use a Property to get or set the value when its there to access directly
Cheers for that, puts my mind at rest that I'm using the correct/best method
