Editar

SettingsDescriptionAttribute Class

Definition

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

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

Remarks

The 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.

Constructors

Name Description
SettingsDescriptionAttribute(String)

Initializes an instance of the SettingsDescriptionAttribute class.

Properties

Name Description
Description

Gets the descriptive text for the associated configuration property.

Applies to

See also