NoSettingsVersionUpgradeAttribute
Indicates that the provider should disable any logic that gets invoked when an application
upgrade is detected.
namespace System.Configuration
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class NoSettingsVersionUpgradeAttribute : Attribute
{
}
}