In C# I can do this
public string MyProperty { get; private set; }What is the VB10 equivalent? Hopefully not the long way :(
In C# I can do this
public string MyProperty { get; private set; }What is the VB10 equivalent? Hopefully not the long way :(