Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SettingsGroupDescriptionAttribute Constructor (String^)

 

Initializes a new instance of the SettingsGroupDescriptionAttribute class.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
SettingsGroupDescriptionAttribute(
	String^ description
)

Parameters

description
Type: System::String^

A String containing the descriptive text for the application settings group.

Although the theoretical maximum length of the description parameter is constrained by the upper bounds of an Int32, practical limits, determined by usability and quota limitations imposed by the settings provider, will be much smaller.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft