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.

SettingsGroupNameAttribute Constructor (String^)

 

Initializes a new instance of the SettingsGroupNameAttribute class.

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

public:
SettingsGroupNameAttribute(
	String^ groupName
)

Parameters

groupName
Type: System::String^

A String containing the name of the application settings property group.

Although the theoretical maximum length of the groupName 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.

System_CAPS_noteNote

The settings group name does not need to be unique.

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