Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Properties
Control
Is
V
2 Property
Gets or sets a value indicating whether this task definition is v2.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
bool
IsV2
{
get
; }
Property Value
Boolean
true
if this task definition is v2; otherwise,
false
.
Implements
ITaskDefinitionEditor
IsV2
See Also
Reference
TaskPropertiesControl Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Property Value
Implements
See Also