The following tables list the members exposed by the TaskType type.

Name Description
Public field colour The colour of the type in ARGB, use System.Drawing.Colour.FromARGB to get colour from it.
Public field create_date_utc The create date in utc
Public field created_by_id The contact that created the task type
Public field dependent_task_action An action to take when a dependent task is closed
Public field description The description of the type
Public field name The name of the type
Public field start_task_action An action to take when a task is meant to start
Public field task_type_id The id of the task type
Public field workflow_id Our workflow id, if there is one
Top