TaskEventWatcherEnabled Property

Gets or sets a value indicating whether the component is enabled.

Definition

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

Property Value

Boolean
true if enabled; otherwise, false.

See Also