PropertySetContains - метод |
Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Contains(
PropertyDefinitionBase property
)
Public Function Contains (
property As PropertyDefinitionBase
) As Boolean
public:
bool Contains(
PropertyDefinitionBase^ property
)
member Contains :
property : PropertyDefinitionBase -> bool
Параметры
- property
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property.
Возвращаемое значение
Тип:
Booleantrue if this property set contains the specified propert]; otherwise,
false.
См. также