Click or drag to resize
Task Scheduler Managed Class Library

TaskFolder Properties

The TaskFolder type exposes the following members.

Properties
 NameDescription
Public propertyAllTasks Gets a IEnumeratorT which enumerates all the tasks in this and all subfolders.
Public propertyName Gets the name that is used to identify the folder that contains a task.
Public propertyParent Gets the parent folder of this folder.
Public propertyPath Gets the path to where the folder is stored.
Public propertySecurityDescriptorObsolete.
Gets or sets the security descriptor of the task.
Public propertySubFolders Gets all the subfolders in the folder.
Public propertyTasks Gets a collection of all the tasks in the folder.
Public propertyTaskService Gets or sets the TaskService that manages this task.
Top
See Also