Click or drag to resize
Task Scheduler Managed Class Library

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
Syntax
protected readonly Dictionary<string, Object> unboundValues
Request Example View Source

Field Value

Type: DictionaryString, Object
See Also