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

UserConfigurationDictionaryRemove - метод

Removes the element with the specified key from the user configuration dictionary.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public bool Remove(
	Object key
)

Параметры

key
Тип: SystemObject
The key of the element to remove.

Возвращаемое значение

Тип: Boolean
true if the element is successfully removed; otherwise false.
См. также