Documentation (registrationInfoType) Element

Specifies any additional documentation for the task.

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

The Documentation 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 applications, additional task documentation is specified using the using the RegistrationInfo.Documentation property.

For C++ applications, additional task documentation is specified using the using the IRegistrationInfo::Documentation 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