| ArgMapAdd Method (String, Object) | 
 
             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.4.1
Syntaxpublic void Add(
	string key,
	Object value
)
Parameters
- key
 - Type: SystemString
the argument key - value
 - Type: SystemObject
the argument value 
See Also