ProfileGroupBase::Init Method (ProfileBase^, String^)

 

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

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
void Init(
	ProfileBase^ parent,
	String^ myName
)

Parameters

parent
Type: System.Web.Profile::ProfileBase^

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

myName
Type: System::String^

The name of the profile property group.

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

.NET Framework
Available since 2.0
Return to top
Show: