ArgMapAdd Method (String, Object)A Sandcastle Documented Class Library
Associates the specified value with the specified key in this map. If the map previously contained mapping for the key, this method will throw an exception.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public void Add(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the argument key
value
Type: SystemObject
the argument value
See Also

Reference