ProfileGroupSettingsCollection.Set(ProfileGroupSettings) Method

Definition

Adds the specified ProfileGroupSettings object to the collection.

public:
 void Set(System::Web::Configuration::ProfileGroupSettings ^ group);
public void Set (System.Web.Configuration.ProfileGroupSettings group);
member this.Set : System.Web.Configuration.ProfileGroupSettings -> unit
Public Sub Set (group As ProfileGroupSettings)

Parameters

Exceptions

The ProfileGroupSettings object to add already exists in the collection, or the collection is read-only.

Remarks

Calling this method has the same effect as calling the Add method.

Applies to

See also