System.Configuration.SettingsDescriptionAttribute
Provides a string that describes an individual configuration property. This class cannot be inherited.
namespace System.Configuration
{
public sealed class SettingsDescriptionAttribute : Attribute
{
public string Description { get; }
public SettingsDescriptionAttribute(string description);
}
}