Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 2.39 KB

taskschedulerschema-documentation-registrationinfotype-element.md

File metadata and controls

72 lines (41 loc) · 2.39 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
Documentation (registrationInfoType) Element
Specifies any additional documentation for the task.
5f0d2df3-4eef-430b-85a9-602bb29b85c7
Documentation element Task Scheduler
apiref
Documentation
Schema
reference
05/31/2018

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