IComHandlerAction::put_Data method (taskschd.h)

Gets or sets additional data that is associated with the handler.

This property is read/write.

Syntax

HRESULT put_Data(
  BSTR data
);

Parameters

data

Return value

None

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]
Target Platform Windows
Header taskschd.h
Library Taskschd.lib
DLL Taskschd.dll

See also

IComHandlerAction

Task Scheduler