ProfileBase Properties
Assembly: System.Web (in System.Web.dll)
| 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[String^] | 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. |

