MS Config EDMIAppServerConfig

This commit is contained in:
2020-12-18 08:00:17 +01:00
parent 4a4121d8e6
commit a007f3d658
19 changed files with 527 additions and 429 deletions

View File

@@ -14,11 +14,18 @@
End Class
''' <summary>
''' The app server connection string. Will not be saved to userconfig.
''' The app serverSQL connection string. Will not be saved to userconfig.
''' </summary>
Public Class ConnectionStringAppServerAttribute
Inherits Attribute
End Class
''' <summary>
''' The EDMIapp server . Will not be saved to userconfig.
''' </summary>
Public Class EDMIAppServer
Inherits Attribute
End Class
''' <summary>
''' Global setting. Will not be saved to userconfig.
''' </summary>