PropertySet.Contains(PropertyDefinitionBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified property has been explicitly added to this property set by using the Add or AddRange methods.
public:
bool Contains(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ property);
public bool Contains (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase property);
Public Function Contains (property As PropertyDefinitionBase) As Boolean
Parameters
- property
- PropertyDefinitionBase
The property.
Returns
true if this property set contains the specified property; otherwise, false.