OrderByCollection.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 definition from the collection.
public:
bool Remove(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition);
public bool Remove (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition);
Public Function Remove (propertyDefinition As PropertyDefinitionBase) As Boolean
Parameters
- propertyDefinition
- PropertyDefinitionBase
The property definition to remove.
Returns
true if the property definition was removed; otherwise, false.