System.Web.Configuration.ProfileGroupSettingsCollection.Set Method

Adds the specified System.Web.Configuration.ProfileGroupSettings object to the collection.

Syntax

public void Set (ProfileGroupSettings group)

Parameters

group
A System.Web.Configuration.ProfileGroupSettings object.

Remarks

Calling this method has the same effect as calling the ProfileGroupSettingsCollection.Add(ProfileGroupSettings) method.

Requirements

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