PropertySetContains - метод

Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public bool Contains(
	PropertyDefinitionBase property
)

Параметры

property  PropertyDefinitionBase
The property.

Возвращаемое значение

Boolean
true if this property set contains the specified propert]; otherwise, false.

См. также