TaskServiceAllTasks Property

Gets a IEnumeratorT which enumerates all the tasks in all folders.

Definition

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

Property Value

IEnumerableTask
A IEnumeratorT for all Task instances.

See Also