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.12.0
Syntax
C#
public string this[
	string propertyName
] { get; }
Request Example View Source

Parameters

propertyName  String
Name of the property.

Property Value

String
The value.

Return Value

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