MS Config EDMIAppServerConfig
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -11,6 +11,8 @@ Public Class ConfigSample
|
||||
<ConnectionStringAppServer>
|
||||
Public Property ConnectionStringAppServer As String
|
||||
|
||||
<EDMIAppServer>
|
||||
Public Property EDMIAppServer As String
|
||||
<GlobalSetting>
|
||||
Public Property GlobalSetting As Integer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user