Imports DigitalData.Modules.Config.ConfigAttributes Public Class ClassConfig Public Property ConnectionString As String = "" Public Property LogErrorsOnly As Boolean = True Public Property HotkeyFunctionKey As String = "strg" Public Property HotkeySearchKey As String = "f" End Class