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