From d3c2c1174415d5a0655515ba21f6e793221570d1 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Fri, 18 Dec 2020 09:06:30 +0100 Subject: [PATCH] MS ConfigAttributes --- Modules.Config/ConfigAttributes.vb | 2 +- Modules.Config/ConfigManager.vb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules.Config/ConfigAttributes.vb b/Modules.Config/ConfigAttributes.vb index 560d4aa8..a9e1787e 100644 --- a/Modules.Config/ConfigAttributes.vb +++ b/Modules.Config/ConfigAttributes.vb @@ -22,7 +22,7 @@ ''' ''' The EDMIapp server . Will not be saved to userconfig. ''' - Public Class EDMIAppServer + Public Class EDMIAppServerAttribute Inherits Attribute End Class diff --git a/Modules.Config/ConfigManager.vb b/Modules.Config/ConfigManager.vb index 4b4a5549..dad9c96e 100644 --- a/Modules.Config/ConfigManager.vb +++ b/Modules.Config/ConfigManager.vb @@ -30,6 +30,7 @@ Public Class ConfigManager(Of T) GetType(ConnectionStringAttribute), GetType(ConnectionStringAppServerAttribute), GetType(ConnectionStringTestAttribute), + GetType(EDMIAppServerAttribute), GetType(GlobalSettingAttribute) }