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: