 | TaskEventGetDataValue Method |
Note: This API is now obsolete.
Gets the data value from the task specific event data item list.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("Use the DataVales property instead.")]
public string GetDataValue(
string name
)
<ObsoleteAttribute("Use the DataVales property instead.")>
Public Function GetDataValue (
name As String
) As String
public:
[ObsoleteAttribute(L"Use the DataVales property instead.")]
String^ GetDataValue(
String^ name
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the data element.
Return Value
Type:
StringContents of the requested data element if found.
null if no value found.
See Also