PersonInsightCollectionRemove - метод |
Removes a person insight from the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
PersonInsight insight
)
Public Function Remove (
insight As PersonInsight
) As Boolean
public:
bool Remove(
PersonInsight^ insight
)
member Remove :
insight : PersonInsight -> bool
Параметры
- insight
- Тип: Tessa.Exchange.WebServices.DataPersonInsight
The person sight to remove.
Возвращаемое значение
Тип:
BooleanWhether removed from the collection
См. также