System.Configuration.SettingsDescriptionAttribute Class

Provides a string that describes an individual configuration property. This class cannot be inherited.

See Also: SettingsDescriptionAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SettingsDescriptionAttribute : Attribute

Remarks

The System.Configuration.SettingsDescriptionAttribute is intended to assist both design time tools and administrative run time tools in identifying and describing the associated configuration property.

This attribute is optional and can only be applied at the individual configuration property level.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0