System.Web.Profile.ProfileBase Members

The members of System.Web.Profile.ProfileBase are listed below.

See Also: Inherited members from System.Configuration.SettingsBase

Public Constructors

Creates an instance of the System.Web.Profile.ProfileBase class.

Public Properties

[read-only]
IsAnonymousbool.

Gets a value indicating whether the user profile is for an anonymous user.

[read-only]
IsDirtybool.

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]
LastActivityDateDateTime.

Gets the most recent date and time that the profile was read or modified.

[read-only]
LastUpdatedDateDateTime.

Gets the most recent date and time that the profile was modified.

[read-only]
static
PropertiesSystem.Configuration.SettingsPropertyCollection.

Gets a collection of System.Configuration.SettingsProperty objects for each property in the profile.

[read-only]
UserNamestring.

Gets the user name for the profile.

Public Methods

static
Create(string) : ProfileBase

Used by ASP.NET to create an instance of a profile for the specified user name.

static
Create(string, bool) : ProfileBase

Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous.

GetProfileGroup(string) : ProfileGroupBase

Gets a group of properties identified by a group name.

GetPropertyValue(string) : object

Gets the value of a profile property.

Initialize(string, bool)

Initializes the profile property values and information for the current user.

override
Save()

Updates the profile data source with changed profile property values.

SetPropertyValue(string, object)

Sets the value of a profile property.