DefaultProfile Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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.(Inherited from ProfileBase.) |
![]() | GetPropertyValue(String^) | Gets the value of a profile property.(Inherited from ProfileBase.) |
![]() | 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.(Inherited from ProfileBase.) |
![]() | MemberwiseClone() | |
![]() | Save() | Updates the profile data source with changed profile property values.(Inherited from ProfileBase.) |
![]() | SetPropertyValue(String^, Object^) | Sets the value of a profile property.(Inherited from ProfileBase.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

