 | 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
Syntaxpublic string this[
string propertyName
] { get; }
Public ReadOnly Default Property Item (
propertyName As String
) As String
Get
public:
property String^ default[String^ propertyName] {
String^ get (String^ propertyName);
}
Request Example
View SourceParameters
- propertyName
- Type: SystemString
Name of the property.
Property Value
Type:
String
The value.
Return Value
Type:
StringValue of the specified property name.
null if property does not exist.
See Also