ComplexPropertyCollectionTComplexPropertyContains - метод
Determines whether a specific property is in the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.