This documentation is archived and is not being maintained.
ActiveDirectoryMembershipUser Properties
Visual Studio 2008
The ActiveDirectoryMembershipUser type exposes the following members.
| Name | Description | |
|---|---|---|
|
Comment | Gets or sets application-specific information for the membership user. (Overrides MembershipUser.Comment.) |
|
CreationDate | Gets the date and time when the user was added to the membership data store. (Inherited from MembershipUser.) |
|
Gets or sets the e-mail address of the membership user. (Overrides MembershipUser.Email.) | |
|
IsApproved | Gets or sets a value that indicates whether the membership user can be authenticated. (Overrides MembershipUser.IsApproved.) |
|
IsLockedOut | Gets a value indicating whether the membership user is locked out and unable to be validated. (Inherited from MembershipUser.) |
|
IsOnline | Gets whether the user is currently online. (Inherited from MembershipUser.) |
|
LastActivityDate | Throws a NotSupportedException exception in all cases (Overrides MembershipUser.LastActivityDate.) |
|
LastLockoutDate | Gets the most recent date and time that the membership user was locked out. (Inherited from MembershipUser.) |
|
LastLoginDate | Throws a NotSupportedException exception in all cases. (Overrides MembershipUser.LastLoginDate.) |
|
LastPasswordChangedDate | Gets the date and time when the membership user's password was last updated. (Inherited from MembershipUser.) |
|
PasswordQuestion | Gets the password question for the membership user. (Inherited from MembershipUser.) |
|
ProviderName | Gets the name of the membership provider that stores and retrieves user information for the membership user. (Inherited from MembershipUser.) |
|
ProviderUserKey | Gets the user identifier from the Active Directory data store for the membership user. (Overrides MembershipUser.ProviderUserKey.) |
|
UserName | Gets the logon name of the membership user. (Inherited from MembershipUser.) |
Show: