This commit is contained in:
Jonathan Jenne
2020-12-17 11:25:41 +01:00
14 changed files with 196 additions and 103 deletions

View File

@@ -73,6 +73,15 @@ Namespace My
Return CType(Me("UserConfig_Prefix"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
Public ReadOnly Property UseAppConfigConString() As Boolean
Get
Return CType(Me("UseAppConfigConString"),Boolean)
End Get
End Property
End Class
End Namespace