UserConfigurationDictionaryRemove - метод
Removes the element with the specified key from the user configuration dictionary.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool Remove(
Object key
)
Public Function Remove (
key As Object
) As Boolean
public:
bool Remove(
Object^ key
)
member Remove :
key : Object -> bool
- key Object
- The key of the element to remove.
Booleantrue if the element is successfully removed; otherwise false.