TaskEventGetDataValue Method
Note: This API is now obsolete.
Gets the data value from the task specific event data item list.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[ObsoleteAttribute("Use the DataVales property instead.")]
public string GetDataValue(
string name
)
- name String
- The name of the data element.
StringContents of the requested data element if found.
null if no value found.