System.Configuration.DefaultSettingValueAttribute
Specifies the default value for an application settings property.
namespace System.Configuration
{
public sealed class DefaultSettingValueAttribute : Attribute
{
public string Value { get; }
public DefaultSettingValueAttribute(string value);
}
}