PropertySet.Add(PropertyDefinitionBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.