Task |
The TaskFolder type exposes the following members.
| Name | Description | |
|---|---|---|
| AllTasks | Gets a IEnumeratorT which enumerates all the tasks in this and all subfolders. | |
| Name | Gets the name that is used to identify the folder that contains a task. | |
| Parent | Gets the parent folder of this folder. | |
| Path | Gets the path to where the folder is stored. | |
| SecurityDescriptor | Obsolete. Gets or sets the security descriptor of the task. | |
| SubFolders | Gets all the subfolders in the folder. | |
| Tasks | Gets a collection of all the tasks in the folder. | |
| TaskService | Gets or sets the TaskService that manages this task. |