System.Web.Configuration.ProfilePropertySettingsCollection.Set Method

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

Syntax

public void Set (ProfilePropertySettings propertySettings)

Parameters

propertySettings
A System.Web.Configuration.ProfilePropertySettings object.

Remarks

Calling this method has the same effect as calling the ProfilePropertySettingsCollection.Add(ProfilePropertySettings) method.

Requirements

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