System.Web.Profile.ProfileBase: Property Members

The properties of System.Web.Profile.ProfileBase are listed below. For a list of all members, see the ProfileBase Members list.

See Also: Inherited members from System.Configuration.SettingsBase

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.