Task Scheduler Managed Class Library
C#
Show/Hide TOC
Named
Value
Collection
Add(Name
Value
Pair) Method
Adds an item to the
ICollection
T
.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
Add
(
NameValuePair
item
)
Parameters
item
NameValuePair
The object to add to the
ICollection
T
.
See Also
Reference
NamedValueCollection Class
Add Overload
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also