DefaultProfile Class
.NET Framework 4.5
Represents a user-profile instance when no profile properties are defined.
System.Object
System.Configuration.SettingsBase
System.Web.Profile.ProfileBase
System.Web.Profile.DefaultProfile
System.Configuration.SettingsBase
System.Web.Profile.ProfileBase
System.Web.Profile.DefaultProfile
Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
The DefaultProfile type exposes the following members.
| 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. (Inherited from ProfileBase.) |
![]() | IsDirty | Gets a value indicating whether any of the profile properties have been modified. (Inherited from ProfileBase.) |
![]() | 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. (Inherited from ProfileBase.) |
![]() | LastActivityDate | Gets the most recent date and time that the profile was read or modified. (Inherited from ProfileBase.) |
![]() | LastUpdatedDate | Gets the most recent date and time that the profile was modified. (Inherited from ProfileBase.) |
![]() | Properties | Gets the collection of settings properties. (Inherited from SettingsBase.) |
![]() | 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. (Inherited from ProfileBase.) |
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetProfileGroup | Gets a group of properties identified by a group name. (Inherited from ProfileBase.) |
![]() | GetPropertyValue | Gets the value of a profile property. (Inherited from ProfileBase.) |
![]() | 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. (Inherited from ProfileBase.) |
![]() | 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. (Inherited from ProfileBase.) |
![]() | SetPropertyValue | Sets the value of a profile property. (Inherited from ProfileBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
