Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
unbound
Values Field
List of unbound values when working with Actions not associated with a registered task.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
protected
readonly
Dictionary
<
string
,
Object
>
unboundValues
Field Value
Dictionary
String
,
Object
See Also
Reference
Action Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also