 | TaskEventWatcherEnabled Property |
Gets or sets a value indicating whether the component is enabled.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also