The only case in which I would access the property within the class is
when the property does not simply return the backing field, but either
performs some processing on it, or generates it. In other cases, I
would use the backing field itself.

Reply via email to