Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the version number of the task.
<xs:element name="Version"
type="string"
minOccurs="0"
/>
The Version element is defined by the registrationInfoType complex type.
Element | Derived from | Description |
---|---|---|
RegistrationInfo | registrationInfoType | Specifies administrative information about the task, such as the author of the task and the date the task is registered. |
For scripting development, the version of a task is specified using RegistrationInfo.Version property.
For C++ development, the version of a task is specified using IRegistrationInfo::Version property.
The following XML defines the version of a task.
<RegistrationInfo>
<Version></Version>
</RegistrationInfo>
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |