Quick silly question: is it possible to hide the variable name used by a property in VB.NET?
I am primarily a C # programmer, and currently I am helping a friend with some VB.NET stuff. Anyway, I have a string called stateprovincename and a property called stateprovincename . It seems that VS is not like this naming convention and states that they are actually the same thing. Ideas?
source share