Also, backing connect report: https://connect.microsoft.com/VisualStudio/feedback/details/457176/readonly-auto-implemented-properties
On Fri, Jul 16, 2010 at 11:53 AM, Winston Pang <[email protected]>wrote: > Don't think it's supported, has to be the long way, i.e. > > ReadOnly Property Test As String > Get > > End Get > End Property > > ReadOnly Property > > On Fri, Jul 16, 2010 at 11:40 AM, Bec Carter <[email protected]>wrote: > >> In C# I can do this >> >> public string MyProperty { get; private set; } >> >> What is the VB10 equivalent? Hopefully not the long way :( >> > >
