 | TaskFolderTasks Property |
Gets a collection of all the tasks in the folder.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskCollection Tasks { get; }
Public ReadOnly Property Tasks As TaskCollection
Get
public:
property TaskCollection^ Tasks {
TaskCollection^ get ();
}
Request Example
View SourceProperty Value
Type:
TaskCollection
See Also