Compartir a través de


PropertySet.AddRange(IEnumerable<PropertyDefinitionBase>) Método

Definición

Agrega las propiedades especificadas al conjunto de propiedades.

public:
 void AddRange(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ properties);
public void AddRange(System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> properties);
Public Sub AddRange (properties As IEnumerable(Of PropertyDefinitionBase))

Parámetros

properties
IEnumerable<PropertyDefinitionBase>

Propiedades que se van a agregar.

Se aplica a