TriggerEditDialogSupportV1Only Property

Gets or sets a value indicating whether this editor only supports V1 triggers.

Definition

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

Property Value

Boolean
true if supports V1 only; otherwise, false.

See Also