ActiveDirectoryMembershipUser Properties

  Name Description
Public property Comment Overridden.
Gets or sets application-specific information for the membership user.
Public property CreationDate 
Gets the date and time when the user was added to the membership data store.
(inherited from MembershipUser)
Public property Email Overridden.
Gets or sets the e-mail address of the membership user.
Public property IsApproved Overridden.
Gets or sets a value that indicates whether the membership user can be authenticated.
Public property IsLockedOut 
Gets a value indicating whether the membership user is locked out and unable to be validated.
(inherited from MembershipUser)
Public property IsOnline 
Gets whether the user is currently online.
(inherited from MembershipUser)
Public property LastActivityDate Overridden.
Throws a NotSupportedException exception in all cases
Public property LastLockoutDate 
Gets the most recent date and time that the membership user was locked out.
(inherited from MembershipUser)
Public property LastLoginDate Overridden.
Throws a NotSupportedException exception in all cases.
Public property LastPasswordChangedDate 
Gets the date and time when the membership user's password was last updated.
(inherited from MembershipUser)
Public property PasswordQuestion 
Gets the password question for the membership user.
(inherited from MembershipUser)
Public property ProviderName 
Gets the name of the membership provider that stores and retrieves user information for the membership user.
(inherited from MembershipUser)
Public property ProviderUserKey Overridden.
Gets the user identifier from the Active Directory data store for the membership user.
Public property UserName 
Gets the logon name of the membership user.
(inherited from MembershipUser)
Top

Community Additions

ADD
Show: