TaskEventWatcherFolder Property
Gets or sets the folder to watch.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute("\")]
public string Folder { get; set; }
Property Value
String
The folder path to watch. This value should include the leading "\" to indicate the root folder.
ArgumentException | Thrown if the folder specified does not exist or contains invalid characters. |