PropertySet.Implicit(BasePropertySet to PropertySet) Operator
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.
Implements an implicit conversion between the PropertySet class and the BasePropertySet class.
public:
static operator Microsoft::Exchange::WebServices::Data::PropertySet ^(Microsoft::Exchange::WebServices::Data::BasePropertySet basePropertySet);
public static implicit operator Microsoft.Exchange.WebServices.Data.PropertySet (Microsoft.Exchange.WebServices.Data.BasePropertySet basePropertySet);
Parameters
- basePropertySet
- BasePropertySet
The BasePropertySet value to convert from.
Returns
A PropertySet instance that is based on the specified base property set.