Public Class ConfigAttributes
'''
''' The primary connection string. Will not be saved to userconfig.
'''
Public Class ConnectionStringAttribute
Inherits Attribute
End Class
'''
''' The test connection string. Will not be saved to userconfig.
'''
Public Class ConnectionStringTestAttribute
Inherits Attribute
End Class
'''
''' The app serverSQL connection string. Will not be saved to userconfig.
'''
Public Class ConnectionStringAppServerAttribute
Inherits Attribute
End Class
'''
''' The EDMIapp server . Will not be saved to userconfig.
'''
Public Class EDMIAppServerAttribute
Inherits Attribute
End Class
'''
''' Global setting. Will not be saved to userconfig.
'''
Public Class GlobalSettingAttribute
Inherits Attribute
End Class
End Class