Click or drag to resize
Task Scheduler Managed Class Library

ActionEditDialogSupportV1Only Property

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public bool SupportV1Only { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if supports V1 only; otherwise, false.
See Also