Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 2.13 KB

registrationinfo-description.md

File metadata and controls

71 lines (41 loc) · 2.13 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
RegistrationInfo.Description property
For scripting, gets or sets the description of the task.
bb85fa09-155c-452b-bf6e-28ac4f60cc42
Description property Task Scheduler
Description property Task Scheduler , RegistrationInfo object
RegistrationInfo object Task Scheduler , Description property
apiref
RegistrationInfo.Description
taskschd.dll
COM
reference
05/31/2018

RegistrationInfo.Description property

For scripting, gets or sets the description of the task.

Syntax

RegistrationInfo.Description As String

Property value

The description of the task.

Remarks

When reading or writing XML for a task, the description of the task is specified using the Description 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