Editéieren

SettingsGroupDescriptionAttribute Class

Definition

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

public ref class SettingsGroupDescriptionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class SettingsGroupDescriptionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type SettingsGroupDescriptionAttribute = class
    inherit Attribute
Public NotInheritable Class SettingsGroupDescriptionAttribute
Inherits Attribute
Inheritance
SettingsGroupDescriptionAttribute
Attributes

Remarks

An application settings class, derived from ApplicationSettingsBase, defines one or more properties that belong to the same application property group. 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.

Constructors

Name Description
SettingsGroupDescriptionAttribute(String)

Initializes a new instance of the SettingsGroupDescriptionAttribute class.

Properties

Name Description
Description

The descriptive text for the application settings properties group.

Applies to

See also