Fields and Properties in VB.NET - .NET Heaven - Programming References
In this article I will explain you about Fields and Properties in VB.NET ... Fields are ordinary member variables or member instances of a class. Properties are an abstraction to get and set their values. Properties are also called accessors because they ...