ProfileGroupSettingsCollection.Add Method (ProfileGroupSettings)
.NET Framework (current version)
Adds a ProfileGroupSettings object to the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- group
-
Type:
System.Web.Configuration.ProfileGroupSettings
A ProfileGroupSettings object to add to the collection.
| Exception | Condition |
|---|---|
| ConfigurationException | The ProfileGroupSettings object to add already exists in the collection, or the collection is read-only. |
The collection must not already contain a ProfileGroupSettings object with the same name.
The following code example shows how to use the Add method. This code example is part of a larger example provided for the ProfileSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: