Для изменения размера нажмите или перетащите

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.5.0.19
Синтаксис
public void Add(
	Object key,
	Object value
)

Параметры

key
Тип: SystemObject
The object to use as the key of the element to add.
value
Тип: SystemObject
The object to use as the value of the element to add.
См. также