This option controls whether property access should be qualified with this. (C#) or Me. (Visual Basic).
this.PropertyName = ...;
PropertyName = ...;