'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:$clrversion$ ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' '------------------------------------------------------------------------------ Option Strict On Option Explicit On _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) Public Shared ReadOnly Property [Default]() As MySettings Get Return defaultInstance End Get End Property End Class