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 :(
>

Reply via email to