Для изменения размера нажмите или перетащите

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
)

Параметры

property
Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property.

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

Тип: Boolean
true if this property set contains the specified propert]; otherwise, false.
См. также