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