ComplexPropertyCollectionTComplexPropertyContains - метод |
Determines whether a specific property is in the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Contains(
TComplexProperty complexProperty
)
Public Function Contains (
complexProperty As TComplexProperty
) As Boolean
public:
bool Contains(
TComplexProperty complexProperty
)
member Contains :
complexProperty : 'TComplexProperty -> bool
Параметры
- complexProperty
- Тип: TComplexProperty
The property to locate in the collection.
Возвращаемое значение
Тип:
BooleanTrue if the property was found in the collection, false otherwise.
См. также