ComplexPropertyCollectionTComplexPropertyContains - метод

Determines whether a specific property is in the collection.

Definition

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

Параметры

complexProperty  TComplexProperty
The property to locate in the collection.

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

Boolean
True if the property was found in the collection, false otherwise.

См. также