.NET 3.5 Automatic Properties

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Does VB.NET include a similar feature as C# Automatic Properties?

public string FirstName {
get; set;
}

Thanks,
Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Membership, Profile, Roles, ... 1
.NET 3.5 - Membership, Profile and Roles 1
ListView. NET 3.5. Can't find it in MSDN 2
Property 1
Expose Property 1
VB.NET vs C# 20
Sub Properties 3
Property 1

Back
Top