CustomerUser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity to define customer user
public sealed class CustomerUser : Microsoft.Store.PartnerCenter.Models.Users.User
type CustomerUser = class
inherit User
Public NotInheritable Class CustomerUser
Inherits User
- Inheritance
Constructors
CustomerUser() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
DisplayName |
Gets or sets the display name. (Inherited from User) |
FirstName |
Gets or sets the first name. (Inherited from User) |
Id |
Gets or sets the user object identifier. (Inherited from User) |
LastDirectorySyncTime |
Gets or sets the last directory sync time for the user. (Inherited from User) |
LastName |
Gets or sets the last name. (Inherited from User) |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
PasswordProfile |
Gets or sets the password profile. (Inherited from User) |
SoftDeletionTime |
Gets or sets the deleted time for the inactive user. (Inherited from User) |
State |
Gets or sets the state of the user, for the deleted user this is "Inactive" and for the normal user it is "Active". (Inherited from User) |
UsageLocation |
Gets or sets usage location, the location where user intends to use the license. |
UserDomainType |
Gets or sets user domain type. (Inherited from User) |
UserPrincipalName |
Gets or sets the name of the user principal. (Inherited from User) |