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