TaskTemplates

Gets the task templates which make up the task group. The tasks are grouped into 'task groups'; for the normal case with no groups, it's a list of single-element lists.

Declaration Syntax

public List<List<TaskTemplate>> TaskTemplates { set;get; }