Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionAdd Method (String, String)

Adds a name-value pair to the collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void Add(
	string name,
	string value
)
Request Example View Source

Parameters

name
Type: SystemString
The name associated with a value in a name-value pair.
value
Type: SystemString
The value associated with a name in a name-value pair.
See Also