DefaultProfile Properties
.NET Framework 3.0
| 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 a collection of SettingsProperty objects for each property in the profile. (inherited from ProfileBase) |
| 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) |
Reference
DefaultProfile ClassSystem.Web.Profile Namespace
Other Resources
ASP.NET Profile PropertiesCommunity Additions
ADD
Show: