Source (registrationInfoType) Element

Specifies where the task originated from. For example, from a component, a service, an application, or a user.

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

The Source element is defined by the registrationInfoType complex type.

Parent element

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.

Remarks

For scripting development, the source of a task is specified using the RegistrationInfo.Source property.

For C++ development, the source of a task is specified using the IRegistrationInfo::Source property.

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