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

Field Value

DictionaryString, Object
See Also