UserConfigurationDictionaryAdd - метод

Adds an element with the provided key and value to the user configuration dictionary.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public void Add(
	Object key,
	Object value
)

Параметры

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.

См. также