NamedValueCollectionAdd(String, String) Method
Adds a name-value pair to the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public void Add(
string name,
string value
)
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.