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 MembershipUserCreationDate.)
Public propertyEmail
Email (reflects the Email field).
(Overrides MembershipUserEmail.)
Public propertyIsApproved
Is approved (reflects the Enabled field).
(Overrides MembershipUserIsApproved.)
Public propertyIsLockedOut
Is locked out (reflects the UserEnabled and UserAccountLockReason fields).
(Overrides MembershipUserIsLockedOut.)
Public propertyLastActivityDate
Last activity date (reflects the LastLogon field).
(Overrides MembershipUserLastActivityDate.)
Public propertyUserInfoMembership
User info.
Public propertyUserName
User name (reflects the UserName field).
(Overrides MembershipUserUserName.)
Top
See Also