ProfileBase::Create Method

 

Creates an instance of a user profile.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String^)

Used by ASP.NET to create an instance of a profile for the specified user name.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, Boolean)

Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous.

Return to top
Show: