The members of System.Web.Profile.ProfileBase are listed below.
See Also: Inherited members from System.Configuration.SettingsBase
Creates an instance of the System.Web.Profile.ProfileBase class. |
[read-only] | IsAnonymous | bool.
Gets a value indicating whether the user profile is for an anonymous user. |
[read-only] | IsDirty | bool.
Gets a value indicating whether any of the profile properties have been modified. |
default property override | Item(string) | object. Documentation for this section has not yet been entered. |
[read-only] | LastActivityDate | DateTime.
Gets the most recent date and time that the profile was read or modified. |
[read-only] | LastUpdatedDate | DateTime.
Gets the most recent date and time that the profile was modified. |
[read-only] static | Properties | System.Configuration.SettingsPropertyCollection.
Gets a collection of System.Configuration.SettingsProperty objects for each property in the profile. |
[read-only] | UserName | string.
Gets the user name for the profile. |
static | Create(string)
| |
static | Create(string, bool)
| |
GetProfileGroup(string)
| ||
GetPropertyValue(string)
| ||
Initialize(string, bool)
| ||
override | Save()
| |
SetPropertyValue(string, object)
|