UserConfigurationDictionaryRemove - метод

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

Definition

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

Параметры

key  Object
The key of the element to remove.

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

Boolean
true if the element is successfully removed; otherwise false.

См. также