SettingsDescriptionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |