Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcherIncludeSubfolders Property

Gets or sets a value indicating whether to include events from subfolders when the Folder property is set. If the TaskName property is set, this property is ignored.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public bool IncludeSubfolders { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if include events from subfolders; otherwise, false.
See Also