Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 4.8 KB

taskschedulerschema-registrationinfo-tasktype-element.md

File metadata and controls

93 lines (55 loc) · 4.8 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
RegistrationInfo (taskType) Element
Specifies administrative information about the task, such as the author of the task and the date the task is registered.
f3961bad-e9a3-4626-87ed-9639d912717d
registration information Task Scheduler , XML element
RegistrationInfo element Task Scheduler
apiref
RegistrationInfo
Schema
reference
05/31/2018

RegistrationInfo (taskType) Element

Specifies administrative information about the task, such as the author of the task and the date the task is registered.

<xs:element name="RegistrationInfo"
    type="registrationInfoType"
    minOccurs="0"
 />

The RegistrationInfo element is defined by the taskType complex type.

Parent element

Element Derived from Description
Task taskType Defines the task that is performed by the Task Scheduler service.

Child elements

Element Type Description
Author (registrationInfoType) string Specifies the author of the task.
Date (registrationInfoType) dateTime Specifies the date and time when the task is registered.
Description (registrationInfoType) string Specifies the description of the task.
Documentation (registrationInfoType) string Specifies any additional documentation for the task.
SecurityDescriptor (registrationInfoType) string Specifies the security descriptor of the task.
Source (registrationInfoType) string Specifies where the task originated from. For example, from a component, a service, an application, or a user.
URI (registrationInfoType) anyURI Specifies the URI of the task.
Version (registrationInfoType) string Specifies the version number of the task.

Remarks

For scripting development, the registration information of a task is specified using the TaskDefinition.RegistrationInfo property.

For C++ development, the registration information of a task is specified using the RegistrationInfo property of ITaskDefinition.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Task Scheduler Schema Elements

Task Scheduler