Click or drag to resize
User Properties

The User type exposes the following members.

Properties
  Name Description
Public property CreateDate
Gets the UTC create date of the user.
Public property Email
Gets the email address of the user.
Public property FirstName
Gets or sets the first name of the user.
Public property IsAdmin
Gets or sets a value indicating if the user is in the system administrator group.
Public property IsAssetAdmin
Gets or sets a value indicating if the user is in the system asset administrator group.
Public property IsLockedOut
Gets a value indicating if the user is locked out.
Public property IsOnline
Gets a value indicating if the user is currently online. It is not recommended to rely on the accuracy of this value.
Public property IsPrimary
Gets a value indicating if the user is the account's primary user. Only 1 user can be marked as IsPrimary.
Public property LastLoginDate
Gets the last successful login UTC date, if any.
Public property LastName
Gets or sets the last name of the user.
Public property Profile
Gets the UserProfile of the user.
Public property ProviderInstanceId
Gets the unique identifier of the user provider instance of the user, if any.
Public property ProviderKey
Gets the key in the user provider instance that maps to the user, if any.
Public property ProviderUsername
Gets or sets the user name in the user provider instance that maps to the user, if any.
Public property UserId
Gets a unique identifier of the user.
Top
See Also