System.Configuration.ApplicationScopedSettingAttribute
Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.
namespace System.Configuration
{
public sealed class ApplicationScopedSettingAttribute : SettingAttribute
{
public ApplicationScopedSettingAttribute();
}
}