SettingsGroupNameAttribute(String) Constructor

Definition

Initializes a new instance of the SettingsGroupNameAttribute class.

public:
 SettingsGroupNameAttribute(System::String ^ groupName);
public SettingsGroupNameAttribute (string groupName);
new System.Configuration.SettingsGroupNameAttribute : string -> System.Configuration.SettingsGroupNameAttribute
Public Sub New (groupName As String)

Parameters

groupName
String

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

Remarks

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.

Note

The settings group name does not need to be unique.

Applies to

See also