OrderByCollection.Remove(PropertyDefinitionBase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime la définition de propriété spécifiée de la 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
Paramètres
- propertyDefinition
- PropertyDefinitionBase
Définition de propriété à supprimer.
Retours
true si la définition de propriété a été supprimée ; sinon, false.