PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/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. Option Strict On
  11. Option Explicit On
  12. <Assembly: Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope:="member", Target:="Microsoft.Samples.SqlServer.MySettings.get_Default():Microsoft.Samples.SqlServer."& _
  13. "MySettings")>
  14. <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
  15. Partial Friend NotInheritable Class MySettings
  16. Inherits Global.System.Configuration.ApplicationSettingsBase
  17. Private Shared defaultInstance As MySettings = New MySettings
  18. Public Shared ReadOnly Property [Default]() As MySettings
  19. Get
  20. Return defaultInstance
  21. End Get
  22. End Property
  23. End Class