MS ConfigAttributes

This commit is contained in:
SchreiberM 2020-12-18 09:06:30 +01:00
parent a007f3d658
commit d3c2c11744
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
''' <summary>
''' The EDMIapp server . Will not be saved to userconfig.
''' </summary>
Public Class EDMIAppServer
Public Class EDMIAppServerAttribute
Inherits Attribute
End Class

View File

@ -30,6 +30,7 @@ Public Class ConfigManager(Of T)
GetType(ConnectionStringAttribute),
GetType(ConnectionStringAppServerAttribute),
GetType(ConnectionStringTestAttribute),
GetType(EDMIAppServerAttribute),
GetType(GlobalSettingAttribute)
}