TaskObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in The tasks in the list.
public class TaskObject
type TaskObject = class
Public Class TaskObject
- Inheritance
-
TaskObject
Constructors
| Name | Description |
|---|---|
| TaskObject() | |
Properties
| Name | Description |
|---|---|
| Completed |
The datetime the task was completed. |
| Due |
The datetime the task is due. |
| HTMLLink |
A link to the task. |
| Notes |
The notes for the task. |
| Parent |
The parent of the task. |
| Position |
The position of the task. |
| Status |
The status of the task. |
| TaskId |
The identifier of the task. |
| Title |
The title of the task. |
| Updated |
The last time the task was updated. |