This documentation is archived and is not being maintained.
ProfileBase Methods
Visual Studio 2010
The ProfileBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Create(String) | Used by ASP.NET to create an instance of a profile for the specified user name. |
|
Create(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. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetProfileGroup | Gets a group of properties identified by a group name. |
|
GetPropertyValue | Gets the value of a profile property. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize(String, Boolean) | Initializes the profile property values and information for the current user. |
|
Initialize(SettingsContext, SettingsPropertyCollection, SettingsProviderCollection) | Initializes internal properties used by SettingsBase object. (Inherited from SettingsBase.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Save | Updates the profile data source with changed profile property values. (Overrides SettingsBase::Save().) |
|
SetPropertyValue | Sets the value of a profile property. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: