ProjectTaskTypeEnum Enumeration

Enumeration of all of the available system types for a project or task.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public enum ProjectTaskTypeEnum

Members

None0 No type specified or unknown.
Project1 Project type.
Task2 Task type.

See Also