PropertySet.AddRange(IEnumerable<PropertyDefinitionBase>) Method

Definition

Adds the specified properties to the property set.

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))

Parameters

properties
IEnumerable<PropertyDefinitionBase>

The properties to add.

Applies to