| MembershipUser Class |
Namespace: ConnectedApps.Cms.Entities
The MembershipUser type exposes the following members.
| Name | Description | |
|---|---|---|
| MembershipUser | Initializes a new instance of the MembershipUser class |
| Name | Description | |
|---|---|---|
| CreateDate |
Gets the UTC create date of the user.
| |
Gets the email address of the user.
| ||
| FirstName |
Gets or sets the first name of the user.
| |
| IsLockedOut |
Gets a value indicating if the user is locked out.
| |
| LastLoginDate |
Gets the last successful login UTC date, if any.
| |
| LastName |
Gets or sets the last name of the user.
| |
| Profile |
Gets a UserProfile for the user.
| |
| UserId |
Gets a unique identifier for the user.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |