PropertySet.Implicit(BasePropertySet to PropertySet) Operator

Definition

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.

Applies to