dotnettech.net
This page will covert VB or C# source code that defines fields into the equivilent code that defines properties.
Language
VB.NET C#
Original Code Public Name As String Protected Age As Integer = 99
Converted Code