PropertySet.Remove(PropertyDefinitionBase) Method

Definition

Removes the specified property from the set.

public:
 bool Remove(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ property);
public bool Remove (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase property);
Public Function Remove (property As PropertyDefinitionBase) As Boolean

Parameters

property
PropertyDefinitionBase

The property to remove.

Returns

true if the property was successfully removed; otherwise, false.

Applies to