TaskOptionsEditorIsV2 Property
Gets or sets a value indicating whether this task definition is v2.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IsV2 { get; }
Booleantrue if this task definition is v2; otherwise,
false.
ITaskDefinitionEditorIsV2