Click or drag to resize
Task Scheduler Managed Class Library

TaskEventEventDataValuesItem Property

Gets the String value of the specified property name.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public string this[
	string propertyName
] { get; }
Request Example View Source

Parameters

propertyName
Type: SystemString
Name of the property.

Property Value

Type: String
The value.

Return Value

Type: String
Value of the specified property name. null if property does not exist.
See Also