PropertySet.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 propriété spécifiée de l’ensemble.
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
Paramètres
- property
- PropertyDefinitionBase
Propriété à supprimer.
Retours
true si la propriété a été supprimée avec succès ; sinon, false.