TaskEventEventDataValuesItem Property

Gets the String value of the specified property name.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public string this[
	string propertyName
] { get; }

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