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.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(false)]
public bool IncludeSubfolders { get; set; }
Property Value
Booleantrue if include events from subfolders; otherwise,
false.