OrderByCollection.Remove(PropertyDefinitionBase) Method

Definition

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.

Applies to