GanttTask Properties
A Gantt task data object.| Name | Description |
|---|---|
| BaselineFinishDate | Gets or sets the task’s baseline finish date. |
| BaselineStartDate | Gets or sets the task’s baseline start date. |
| FinishDate | Gets or sets the task’s finish date. |
| Id | Gets or sets the task id. |
| Name | Gets or sets task name and caption. |
| ParentId | Gets or sets the task’s parent id. |
| PredecessorLinks | Gets or sets a collection of links to task predecessors. |
| Progress | Gets or sets task progress. |
| ResourceLinks | Gets or sets a collection of links to resources. |
| StartDate | Gets or sets the task’s start date. |
| Tag | Gets or sets the task’s additional information. |
See Also