DefaultSettingValueAttribute public sealed class DefaultSettingValueAttribute : Attribute Specifies the default value for an application settings property. Documentation Code public string Value { get; } Gets the default value for the application settings property. public DefaultSettingValueAttribute(string value) Initializes an instance of the DefaultSettingValueAttribute class.