UserScopedSettingAttribute
Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited.
namespace System.Configuration
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class UserScopedSettingAttribute : SettingAttribute
{
}
}