ProjectTaskTaskType Property |
The type of the task. Determines the work type of the tasks, default billing rules, etc. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TaskType TaskType { get; set; }
Public Property TaskType As TaskType
Get
Set
public:
property TaskType^ TaskType {
TaskType^ get ();
void set (TaskType^ value);
}
member TaskType : TaskType with get, set
Property Value
Type:
TaskType
See Also