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 ''' ''' Global setting. Will not be saved to userconfig. ''' Public Class GlobalSettingAttribute Inherits Attribute End Class End Class