Author (registrationInfoType) Element

Specifies the author of the task.

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

The Author 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 author of the task is specified using the RegistrationInfo.Author property.

For C++ development, the author of the task is specified using the IRegistrationInfo::Author property.

Examples

The following XML defines the author of a task.

<RegistrationInfo>
    <Author></Author>
 </RegistrationInfo>

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