Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
10-4 Episode 9: Visual Basic 10
Mar 01, 2009 at 12:10 AMProperty FailingScore As Integer
Aren't I correct in assuming all you did here was just declare a variable named FailingScore? you just replaced Dim with Property
When I think of Properties, I think of working with Classes that use Get and Set while working within a Property/End Property.
So the question is, what is the difference here that I seem to not understand?