Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.52 KB

registrationinfo-version.md

File metadata and controls

69 lines (40 loc) · 1.52 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
RegistrationInfo.Version property
For scripting, gets or sets the version number of the task.
5f200948-b4ff-495c-9578-2a93b34fd75b
Version property Task Scheduler
Version property Task Scheduler , RegistrationInfo object
RegistrationInfo object Task Scheduler , Version property
apiref
RegistrationInfo.Version
taskschd.dll
COM
reference
05/31/2018

RegistrationInfo.Version property

For scripting, gets or sets the version number of the task.

Syntax

RegistrationInfo.Version As String

Property value

The version number of the task.

Remarks

When reading or writing XML for a task, the version number of the task is specified using the Version element of the Task Scheduler schema.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler