Click or drag to resize
User Properties

The User type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Indicates if the user is enabled. This represents the lockout notion in ASP.NET Identity.
(Inherited from ApplicationUser.)
Public propertyFirstName
First name.
(Inherited from ApplicationUser.)
Public propertyFullName
Full name.
(Inherited from ApplicationUser.)
Public propertyGUID
Guid.
(Inherited from ApplicationUser.)
Public propertyIsExternal
Indicates that the user can be logged in only through an external authentication provider.
(Inherited from ApplicationUser.)
Public propertyLastName
Last name.
(Inherited from ApplicationUser.)
Public propertyRoles
Roles of the user.
(Inherited from ApplicationUser.)
Public propertyWaitingForApproval
Together with Enabled indicates whether the user needs to wait for administrator's approval before logging in.
(Inherited from ApplicationUser.)
Top
See Also