Possible Duplicate:
Why use simple properties instead of fields in C#?
If I have a class, does it matter if I use a Variable instead of a Property? I mean, unless I need something to run during the get/set
time period, does it really matter? It still gets the job done.