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: 3.47.3
Syntax
C#
public void Add( string key, Object value )
Parameters
- key
- Type: SystemString
the argument key - value
- Type: SystemObject
the argument value
See Also