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
| Comment | string.
Gets or sets application-specific information for the membership user. | |
| [read-only] | CreationDate | DateTime.
Gets the date and time when the user was added to the membership data store. |
string.
Gets or sets the e-mail address for the membership user. | ||
| IsApproved | bool.
Gets or sets whether the membership user can be authenticated. | |
| [read-only] | IsLockedOut | bool.
Gets a value indicating whether the membership user is locked out and unable to be validated. |
| [read-only] | IsOnline | bool.
Gets whether the user is currently online. |
| LastActivityDate | DateTime.
Gets or sets the date and time when the membership user was last authenticated or accessed the application. | |
| [read-only] | LastLockoutDate | DateTime.
Gets the most recent date and time that the membership user was locked out. |
| LastLoginDate | DateTime.
Gets or sets the date and time when the user was last authenticated. | |
| [read-only] | LastPasswordChangedDate | DateTime.
Gets the date and time when the membership user's password was last updated. |
| [read-only] | PasswordQuestion | string.
Gets the password question for the membership user. |
| [read-only] | ProviderName | string.
Gets the name of the membership provider that stores and retrieves user information for the membership user. |
| [read-only] | ProviderUserKey | object.
Gets the user identifier from the membership data source for the user. |
| [read-only] | UserName | string.
Gets the logon name of the membership user. |