Class ELMProjectPermission
Represents an ELM project permission.
Syntax
public class ELMProjectPermission
Fields
Expiry
The UTC date and time the permission assignment expires.
Declaration
public DateTime Expiry
Type
DateTimeProjectGuid
The Guid of the project.
Declaration
public Guid ProjectGuid
Type
GuidProjectName
The name of the project.
Declaration
public string ProjectName
Type
StringUserGuid
The Guid of the user owning the permission.
Declaration
public Guid UserGuid
Type
GuidUserName
The name of the user user owning the permission.
Declaration
public string UserName