ProfileGroupBase.Init(ProfileBase, String) Method

Definition

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

public:
 void Init(System::Web::Profile::ProfileBase ^ parent, System::String ^ myName);
public void Init (System.Web.Profile.ProfileBase parent, string myName);
member this.Init : System.Web.Profile.ProfileBase * string -> unit
Public Sub Init (parent As ProfileBase, myName As String)

Parameters

parent
ProfileBase

The class that inherits ProfileBase that is assigned to the Profile property.

myName
String

The name of the profile property group.

Remarks

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

Applies to

See also