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
)
Public Function Remove (
key As Object
) As Boolean
public:
bool Remove(
Object^ key
)
member Remove :
key : Object -> bool
Параметры
- key
- Тип: SystemObject
The key of the element to remove.
Возвращаемое значение
Тип:
Booleantrue if the element is successfully removed; otherwise false.
См. также