Class ELMAssignment
Represents an ELM license to user assignment.
Syntax
public class ELMAssignment
Fields
AssignedAt
The UTC date and time the license is has been assigned to the user.
Declaration
public DateTime AssignedAt
Type
DateTimeAssignmentGuid
Uniquely identifies an ELM assignment.
Declaration
public Guid AssignmentGuid
Type
GuidAssignmentType
The type of the assigmnent.
Declaration
public ELMAssignmentType AssignmentType
Type
ELMAssignmentTypeExpiry
The UTC date and time the license expires.
Declaration
public DateTime Expiry
Type
DateTimeProduct
The product the license is assocated with.
Declaration
public ELMProduct Product
Type
ELMProductReturnedAt
The UTC date and time the license has been returned. For unreturned liceses value 01/01/2500 is used.
Declaration
public DateTime ReturnedAt
Type
DateTimeUserGuid
Identifies the user to whom the license is assigned to.
Declaration
public Guid UserGuid
Type
GuidUserName
The user name of the to whom the license is assigned to. Represents the same user as the UserGuid member.
Declaration
public string UserName