 | 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.12.0
Syntaxpublic string this[
string propertyName
] { get; }
Request Example
View SourceParameters
- propertyName String
- Name of the property.
Property Value
String
The value.
Return Value
StringValue of the specified property name.
null if property does not exist.
See Also