In C#, there is a nice syntax sugar for fields with getter and setter. Moreover, I like the auto-implemented properties which allow me to write
public Foo fo
Nope.. But you should consider if it`s just get : set function and no additional task preformed inside get:set methods just make it public.