 | 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
Syntaxpublic void Add(
string name,
string value
)
Public Sub Add (
name As String,
value As String
)
public:
virtual void Add(
String^ name,
String^ value
) sealed
Request Example
View SourceParameters
- 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