System.Web.Configuration.ProfileGroupSettings.Name Property

Gets or sets name of the group of System.Web.Configuration.ProfilePropertySettings objects this object contains.

Syntax

[System.Configuration.ConfigurationProperty("name", IsRequired=true, IsKey=true)]
public string Name { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The group name must be unique within a System.Web.Configuration.ProfileGroupSettingsCollection collection; otherwise, an exception is raised when the configuration file is saved.

Requirements

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