NoSettingsVersionUpgradeAttribute
Specifies that a settings provider should disable any logic that gets invoked when an application upgrade is detected. This class cannot be inherited.
namespace System.Configuration
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class NoSettingsVersionUpgradeAttribute : Attribute
{
}
}