PropertySetRemove - метод |
Removes the specified property from the set.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
PropertyDefinitionBase property
)
Public Function Remove (
property As PropertyDefinitionBase
) As Boolean
public:
bool Remove(
PropertyDefinitionBase^ property
)
member Remove :
property : PropertyDefinitionBase -> bool
Параметры
- property
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property to remove.
Возвращаемое значение
Тип:
Booleantrue if the property was successfully removed, false otherwise.
См. также