/Kilimanjaro_November_CTP/HelloWorld_CLR/HelloWorldClient/vb/HelloWorldClient/My Project/MySettings.Designer.vb
Visual Basic | 29 lines | 14 code | 6 blank | 9 comment | 0 complexity | 94d6fe276ee94bb42ce4894afab74c42 MD5 | raw file
1'------------------------------------------------------------------------------ 2' <auto-generated> 3' This code was generated by a tool. 4' Runtime Version:2.0.50215.44 5' 6' Changes to this file may cause incorrect behavior and will be lost if 7' the code is regenerated. 8' </auto-generated> 9'------------------------------------------------------------------------------ 10 11Option Strict On 12Option Explicit On 13 14<Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="Microsoft.Samples.SqlServer.MySettings.get_Default():Microsoft.Samples.SqlServer."& _ 15 "MySettings")> 16 17 18<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _ 19Partial Friend NotInheritable Class MySettings 20 Inherits Global.System.Configuration.ApplicationSettingsBase 21 22 Private Shared defaultInstance As MySettings = New MySettings 23 24 Public Shared ReadOnly Property [Default]() As MySettings 25 Get 26 Return defaultInstance 27 End Get 28 End Property 29End Class