PropertySet.Remove(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.
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.