Associates the specified value with the specified key in this map.
             If the map previously contained mapping for the key, it will be replaced
            
 
    Namespace: 
   Apptus.ESales.Connector
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic void SafeAdd(
	string key,
	Object value
)
Parameters
- key
 - Type: SystemString
the argument key - value
 - Type: SystemObject
the argument value 
See Also