Compartir a través de


PropertySet.Remove(PropertyDefinitionBase) Método

Definición

Quita la propiedad especificada del conjunto.

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

Parámetros

property
PropertyDefinitionBase

Propiedad que se va a quitar.

Devoluciones

true si la propiedad se quitó correctamente; De lo contrario, false.

Se aplica a