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