SettingAttribute
Represents a custom settings attribute used to associate settings information with a settings property.
namespace System.Configuration
{
[AttributeUsage(AttributeTargets.Property)]
public class SettingAttribute : Attribute
{
}
}