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