TaskFolderAllTasks Property

Gets a IEnumeratorT which enumerates all the tasks in this and all subfolders.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public IEnumerable<Task> AllTasks { get; }

Property Value

IEnumerableTask
A IEnumeratorT for all Task instances.

See Also