Click or drag to resize
Task Scheduler Managed Class Library

TaskListViewTasks Property

Gets or sets the tasks. When setting, be aware that if the collection is empty, the list will not be updated with newly added tasks. For a list view that is self-updating, this value must already contain tasks or use the Folder property.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public TaskCollection Tasks { get; set; }
Request Example View Source

Property Value

TaskCollection
The tasks.
See Also