Click or drag to resize
MembershipUser Properties

The MembershipUser type exposes the following members.

Properties
  Name Description
Public property CreateDate
Gets the UTC create date of the user.
Public property Email
Gets the email address of the user.
Public property FirstName
Gets or sets the first name of the user.
Public property IsLockedOut
Gets a value indicating if the user is locked out.
Public property LastLoginDate
Gets the last successful login UTC date, if any.
Public property LastName
Gets or sets the last name of the user.
Public property Profile
Gets a UserProfile for the user.
Public property UserId
Gets a unique identifier for the user.
Top
See Also