Class ELMPermission
Represents an ELM permission.
Syntax
public class ELMPermission
Fields
CALMultiUserAllowed
Indicates whether the same user can claim a license from different clients at the same time.
Declaration
public bool CALMultiUserAllowed
Type
BooleanExpiry
The UTC date and time the permission assignment expires.
Declaration
public DateTime Expiry
Type
DateTimePermissionId
The ID of the permission assignment
Declaration
public int PermissionId
Type
Int32Product
The product the license pool is assocated with.
Declaration
public ELMProduct Product
Type
ELMProductUserOrGroupGuid
The Guid of the user or group the permission is assigned to.
Declaration
public Guid UserOrGroupGuid
Type
GuidUserOrGroupName
The name of the user or group the permission is assigned to.
Declaration
public string UserOrGroupName