System.Web.Configuration.ProfileGroupSettingsCollection Class

Contains a set of System.Web.Configuration.ProfileGroupSettings objects.

See Also: ProfileGroupSettingsCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.ProfileGroupSettings), AddItemName="group", CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class ProfileGroupSettingsCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.ProfileGroupSettingsCollection class contains a collection of System.Web.Configuration.ProfileGroupSettings objects, which each contain a collection of System.Web.Configuration.ProfilePropertySettings objects.

The System.Web.Configuration.ProfilePropertySettings class provides a way to programmatically create, access, and modify the definition of an individual property added to the <properties> subsection of the <profile> section of a configuration file.

The <profile> section of the configuration file specifies a schema for user profiles. At run time, the ASP.NET compilation system uses the information specified in the <profile> section to generate a class called ProfileCommon, which is derived from System.Web.Profile.ProfileBase. The ProfileCommon class definition is based on the properties defined in the <properties> subsection of the <profile> section of the configuration file.

For more information about profile properties, see Understanding ASP.NET Profile Properties. For more information about the profile features added to ASP.NET version 2.0, see ASP.NET Profile Properties Overview.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0