TriggerEditDialogUseUnifiedSchedulingEngine Property

Gets or sets a value indicating whether dialog should restrict items to those available when using the Unified Scheduling Engine.

Definition

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

Property Value

Boolean
true if using the Unified Scheduling Engine; otherwise, false.

See Also