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