 | CalendarTriggerUIUseUnifiedSchedulingEngine 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.UIComponentsAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[DefaultValueAttribute(false)]
public bool UseUnifiedSchedulingEngine { get; set; }
Request Example
View SourceProperty Value
Booleantrue if using the Unified Scheduling Engine; otherwise,
false.
See Also