Click or drag to resize
Task Scheduler Managed Class Library

CalendarTriggerUIIsV2 Property

Gets or sets a value indicating whether this editor supports a V1 or V2 trigger.

Namespace: Microsoft.Win32.TaskScheduler.UIComponents
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[DefaultValueAttribute(true)]
public bool IsV2 { get; set; }
Request Example View Source

Property Value

Boolean
true if supports V2; otherwise, false.
See Also