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

Boolean

true si la propiedad se quitó correctamente; en caso contrario, false.

Se aplica a