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.6.0.22
public bool Contains(
PropertyDefinitionBase property
)
Public Function Contains (
property As PropertyDefinitionBase
) As Boolean
public:
bool Contains(
PropertyDefinitionBase^ property
)
member Contains :
property : PropertyDefinitionBase -> bool
- property PropertyDefinitionBase
- The property.
Booleantrue if this property set contains the specified propert]; otherwise,
false.