System
2.0.0.0
4.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Class)
An application settings class, derived from , defines one or more properties that belong to the same application property group. 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.
This attribute can only be applied at the wrapper class level.
Provides a string that describes an application settings property group. This class cannot be inherited.
Constructor
2.0.0.0
4.0.0.0
Although the theoretical maximum length of the parameter is constrained by the upper bounds of an , practical limits, determined by usability and quota limitations imposed by the settings provider, will be much smaller.
Initializes a new instance of the class.
A containing the descriptive text for the application settings group.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property value is set in the constructor.
The descriptive text for the application settings properties group.