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.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute(false)]
public bool IncludeSubfolders { get; set; }

Property Value

Boolean
true if include events from subfolders; otherwise, false.

See Also