News

In Visual Basic 14, can now have read-only auto-implemented properties: Just add the ReadOnly keyword to the Property declaration. Here's an example: Class Customer Public ReadOnly Property Id As ...