System.Web.Profile.ProfileGroupBase.Init Method

Used by ASP.NET to initialize the grouped profile property values and information.

Syntax

public void Init (ProfileBase parent, string myName)

Parameters

parent
The class that inherits System.Web.Profile.ProfileBase that is assigned to the System.Web.HttpContext.Profile property.
myName
The name of the profile property group.

Remarks

This method is not intended to be used from your code.

Requirements

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