Quick silly question: is it possible to hide a variable name used by a property in VB.NET?
I am primarily a C# programmer, and am currently helping out a friend with some VB.NET stuff. Anyway, I have a String called stateprovincename
, and a Property called StateProvinceName
. VS does not appear to like this naming convention, and declares that they are in fact one and the same. Ideas?