Click or drag to resize
CMSMembershipUser Properties

The CMSMembershipUser type exposes the following members.

Properties
  NameDescription
Public propertyCreationDate
Creation date (reflects the UserCreated field).
(Overrides MembershipUser.CreationDate.)
Public propertyEmail
Email (reflects the Email field).
(Overrides MembershipUser.Email.)
Public propertyIsApproved
Is approved (reflects the Enabled field).
(Overrides MembershipUser.IsApproved.)
Public propertyIsLockedOut
Is locked out (reflects the UserEnabled and UserAccountLockReason fields).
(Overrides MembershipUser.IsLockedOut.)
Public propertyLastActivityDate
Last activity date (reflects the LastLogon field).
(Overrides MembershipUser.LastActivityDate.)
Public propertyUserInfoMembership
User info.
Public propertyUserName
User name (reflects the UserName field).
(Overrides MembershipUser.UserName.)
Top
See Also