Class ELMPermission
Represents an ELM permission.
Inheritance
System.Object
ELMPermission
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
System.BooleanExpiry
The UTC date and time the permission assignment expires.
Declaration
public DateTime Expiry
Type
System.DateTimePermissionId
The ID of the permission assignment
Declaration
public int PermissionId
Type
System.Int32Product
The product the license pool is associated with.
Declaration
public ELMProduct Product
Type
ELMProductUserOrGroupGuid
The Guid of the user or group the permission is assigned to.
Declaration
public Guid UserOrGroupGuid
Type
System.GuidUserOrGroupName
The name of the user or group the permission is assigned to.
Declaration
public string UserOrGroupName