 | 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.12.0
Syntaxpublic void Add(
string name,
string value
)
Request Example
View SourceParameters
- 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