 | 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
Syntaxpublic bool IncludeSubfolders { get; set; }
Public Property IncludeSubfolders As Boolean
Get
Set
public:
property bool IncludeSubfolders {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if include events from subfolders; otherwise,
false.
See Also