Immediate Window in VB.NET
If you’re in debugging a VB.NET execution in the Immediate Window, to view the value you use the question mark:
? strpassword
Otherwise you’ll get :
Property access must assign to the property or use its value.
Categories