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