PropertySet.Contains(PropertyDefinitionBase) Method

Definition

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.

Applies to