Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 2.23 KB

registrationinfo-documentation.md

File metadata and controls

71 lines (41 loc) · 2.23 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
RegistrationInfo.Documentation property
For scripting, gets or sets any additional documentation for the task.
12ce9461-0cc7-49d0-8c57-7ff3ca32850a
Documentation property Task Scheduler
Documentation property Task Scheduler , RegistrationInfo object
RegistrationInfo object Task Scheduler , Documentation property
apiref
RegistrationInfo.Documentation
taskschd.dll
COM
reference
05/31/2018

RegistrationInfo.Documentation property

For scripting, gets or sets any additional documentation for the task.

Syntax

RegistrationInfo.Documentation As String

Property value

Any additional documentation that is associated with the task.

Remarks

When reading or writing XML for a task, the additional documentation for the task is specified using the Documentation element of the Task Scheduler schema.

When setting this property value, the value can be text that is retrieved from a resource .dll file. A specialized string is used to reference the text from the resource file. The format of the string is $(@ [Dll], [ResourceID]) where [Dll] is the path to the .dll file that contains the resource and [ResourceID] is the identifier for the resource text. For example, the setting this property value to $(@ %SystemRoot%\System32\ResourceName.dll, -101) will set the property to the value of the resource text with an identifier equal to -101 in the %SystemRoot%\System32\ResourceName.dll file.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler