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

Definición

Agrega las propiedades especificadas para el 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>

Las propiedades para agregar.

Se aplica a