PropertySet.Add(PropertyDefinitionBase) Method

Definition

Adds the specified property to the property set.

public:
 void Add(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ property);
public void Add (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase property);
Public Sub Add (property As PropertyDefinitionBase)

Parameters

property
PropertyDefinitionBase

The property to add.

Applies to