Class ServerProjectRoles
Represents user roles in server projects. A user can have any combination of the ProjectManager and Terminologist project roles.
Syntax
public class ServerProjectRoles
Fields
ProjectManager
True if the user is in the ProjectManager project role.
Declaration
public bool ProjectManager
Type
BooleanTerminologist
True if the user is in the Terminologist project role.
Declaration
public bool Terminologist