Version (registrationInfoType) Element

指定任务的版本号。

<xs:element name="Version"
    type="string"
    minOccurs="0"
 />

Version 元素由 registrationInfoType 复杂类型定义。

父元素

元素 派生 说明
RegistrationInfo registrationInfoType 指定有关任务的管理信息,例如任务作者和注册任务的日期。

注解

对于脚本开发,使用 RegistrationInfo.Version 属性指定任务的版本。

对于 C++ 开发,使用 IRegistrationInfo::Version 属性指定任务的版本。

示例

以下 XML 定义任务的版本。

<RegistrationInfo>
    <Version></Version>
 </RegistrationInfo>

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

任务计划程序架构元素

任务计划程序