ApplicationScopedSettingAttribute
Indicates that a setting is to be stored on a per-application basis.
namespace System.Configuration
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class ApplicationScopedSettingAttribute : SettingAttribute
{
}
}