Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.58 KB

comhandleraction-data.md

File metadata and controls

72 lines (42 loc) · 1.58 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
ComHandlerAction.Data property
For scripting, gets or sets additional data that is associated with the handler.
bf4d3e77-4b2b-4622-b26b-a8f7e9aa687b
Data property Task Scheduler
Data property Task Scheduler , ComHandlerAction object
ComHandlerAction object Task Scheduler , Data property
apiref
ComHandlerAction.Data
taskschd.dll
COM
reference
05/31/2018

ComHandlerAction.Data property

For scripting, gets or sets additional data that is associated with the handler.

Syntax

ComHandlerAction.Data As String

Property value

The arguments that are needed by the handler.

Remarks

When reading or writing XML, the data of a COM handler is specified in the Data element of the Task Scheduler schema.

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

ComHandlerAction