Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionAdd(String, String) Method

Adds a name-value pair to the collection.

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

Parameters

name  String
The name associated with a value in a name-value pair.
value  String
The value associated with a name in a name-value pair.
See Also