UserConfigurationDictionaryAdd - метод
Adds an element with the provided key and value to the user configuration dictionary.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public void Add(
Object key,
Object value
)
Public Sub Add (
key As Object,
value As Object
)
public:
void Add(
Object^ key,
Object^ value
)
member Add :
key : Object *
value : Object -> unit
Параметры
- key Object
- The object to use as the key of the element to add.
- value Object
- The object to use as the value of the element to add.