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