ProfileBase::Initialize Method (String^, Boolean)
.NET Framework (current version)
Initializes the profile property values and information for the current user.
Assembly: System.Web (in System.Web.dll)
Parameters
- username
-
Type:
System::String^
The name of the user to initialize the profile for.
- isAuthenticated
-
Type:
System::Boolean
true to indicate the user is authenticated; false to indicate the user is anonymous.
This method is not intended to be used from your code. Use one of the Create overloads to create an instance of the user profile.
.NET Framework
Available since 2.0
Available since 2.0
Show: