System.Web.Security.MembershipUser: Property Members

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

See Also: Inherited members from System.Object

Public Properties

Commentstring.

Gets or sets application-specific information for the membership user.

[read-only]
CreationDateDateTime.

Gets the date and time when the user was added to the membership data store.

Emailstring.

Gets or sets the e-mail address for the membership user.

IsApprovedbool.

Gets or sets whether the membership user can be authenticated.

[read-only]
IsLockedOutbool.

Gets a value indicating whether the membership user is locked out and unable to be validated.

[read-only]
IsOnlinebool.

Gets whether the user is currently online.

LastActivityDateDateTime.

Gets or sets the date and time when the membership user was last authenticated or accessed the application.

[read-only]
LastLockoutDateDateTime.

Gets the most recent date and time that the membership user was locked out.

LastLoginDateDateTime.

Gets or sets the date and time when the user was last authenticated.

[read-only]
LastPasswordChangedDateDateTime.

Gets the date and time when the membership user's password was last updated.

[read-only]
PasswordQuestionstring.

Gets the password question for the membership user.

[read-only]
ProviderNamestring.

Gets the name of the membership provider that stores and retrieves user information for the membership user.

[read-only]
ProviderUserKeyobject.

Gets the user identifier from the membership data source for the user.

[read-only]
UserNamestring.

Gets the logon name of the membership user.