System
2.0.0.0
4.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Property)
The 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.
Provides a string that describes an individual configuration property. This class cannot be inherited.
Constructor
2.0.0.0
4.0.0.0
Although the description has a theoretical maximum length of the class, whose length is represented by a , the following two practical considerations will limit the size of the parameter:
-
Large text descriptions are difficult to display in a user interface (UI) and difficult for the user to read.
-
Settings providers may enforce overall usage quotas and are required to enforce user configuration quotas.
Initializes an instance of the class.
The used as descriptive text.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property is set by the constructor.
Gets the descriptive text for the associated configuration property.