ProfileBase Methods
Assembly: System.Web (in System.Web.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetProfileGroup(String^) | Gets a group of properties identified by a group name. |
![]() | GetPropertyValue(String^) | Gets the value of a profile property. |
![]() | GetType() | |
![]() | Initialize(SettingsContext^, SettingsPropertyCollection^, SettingsProviderCollection^) | Initializes internal properties used by SettingsBase object.(Inherited from SettingsBase.) |
![]() | Initialize(String^, Boolean) | Initializes the profile property values and information for the current user. |
![]() | MemberwiseClone() | |
![]() | Save() | Updates the profile data source with changed profile property values.(Overrides SettingsBase::Save().) |
![]() | SetPropertyValue(String^, Object^) | Sets the value of a profile property. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


