This documentation is archived and is not being maintained.
ProfileBase Members
Visual Studio 2008
Provides untyped access to profile property values and information.
The ProfileBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Create | Overloaded. Creates an instance of a user profile. |
|
Equals | 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 | Overloaded. Initializes the profile property values and information for the current user. |
|
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.) |
| Name | Description | |
|---|---|---|
|
Context | Gets the associated settings context. (Inherited from SettingsBase.) |
|
IsAnonymous | Gets a value indicating whether the user profile is for an anonymous user. |
|
IsDirty | Gets a value indicating whether any of the profile properties have been modified. |
|
IsSynchronized | Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.) |
|
Item | Gets or sets a profile property value indexed by the property name. (Overrides SettingsBase::Item[String].) |
|
LastActivityDate | Gets the most recent date and time that the profile was read or modified. |
|
LastUpdatedDate | Gets the most recent date and time that the profile was modified. |
|
Properties | Gets a collection of SettingsProperty objects for each property in the profile. |
|
PropertyValues | Gets a collection of settings property values. (Inherited from SettingsBase.) |
|
Providers | Gets a collection of settings providers. (Inherited from SettingsBase.) |
|
UserName | Gets the user name for the profile. |
Show: