 | TriggerEditDialogUseUnifiedSchedulingEngine Property |
Gets or sets a value indicating whether dialog should restrict items to those available when using the Unified Scheduling Engine.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool UseUnifiedSchedulingEngine { get; set; }
Public Property UseUnifiedSchedulingEngine As Boolean
Get
Set
public:
property bool UseUnifiedSchedulingEngine {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if using the Unified Scheduling Engine; otherwise,
false.
See Also