System.Web.Profile.ProfileInfo Members

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

See Also: Inherited members from System.Object

Public Constructors

Creates an instance of the System.Web.Profile.ProfileInfo class with the specified property values.

Protected Constructors

Creates an instance of the System.Web.Profile.ProfileInfo object for a class that inherits the System.Web.Profile.ProfileInfo class.

Public Properties

[read-only]
IsAnonymousbool.

Gets whether the user name for the profile is anonymous.

[read-only]
LastActivityDateDateTime.

Gets the last date and time when the profile was read or updated.

[read-only]
LastUpdatedDateDateTime.

Gets the last date and time when the profile was updated.

[read-only]
Sizeint.

Gets the size of the profile property names and values stored in the data source.

[read-only]
UserNamestring.

Gets the user name for the profile.