Is there a VB.NET equivalent to the C#:
public string FirstName { get; set; }
I know you can do
Public Property name() As
Unfortunately, Visual Basic 9 (which ships with .NET 3.5/Visual Studio 2008) does not have automatic properties.