System.Configuration.SettingsGroupDescriptionAttribute Class

Provides a string that describes an application settings property group. This class cannot be inherited.

See Also: SettingsGroupDescriptionAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class SettingsGroupDescriptionAttribute : Attribute

Remarks

An application settings class, derived from System.Configuration.ApplicationSettingsBase, defines one or more properties that belong to the same application property group. System.Configuration.SettingsGroupDescriptionAttribute is an optional attribute that you can use to provide descriptive text for a settings property group. This text is intended to assist both design-time tools and administrative run-time tools in identifying and describing the associated property group.

Note:

This attribute can only be applied at the wrapper class level.

Requirements

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