TaskEventEventDataValuesItem Property
Gets the
String value of the specified property name.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public string this[
string propertyName
] { get; }
- propertyName String
- Name of the property.
String
The value.
StringValue of the specified property name.
null if property does not exist.