Ms Settings default

This commit is contained in:
2021-01-11 09:27:25 +01:00
parent 0c8e77c993
commit cafad9d00b
5 changed files with 8 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ Namespace My
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
Public ReadOnly Property UseAppConfigConString() As Boolean
Get
Return CType(Me("UseAppConfigConString"),Boolean)
@@ -85,7 +85,7 @@ Namespace My
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("SchreiberM")> _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public ReadOnly Property GHOSTUSER() As String
Get
Return CType(Me("GHOSTUSER"),String)