 | ActionunboundValues Field |
List of unbound values when working with Actions not associated with a registered task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxprotected readonly Dictionary<string, Object> unboundValues
Protected ReadOnly unboundValues As Dictionary(Of String, Object)
protected:
initonly Dictionary<String^, Object^>^ unboundValues
Request Example
View SourceField Value
Type:
DictionaryString,
Object
See Also