WritePropertyValueToXml abstract method

void WritePropertyValueToXml(
  1. EwsServiceXmlWriter writer,
  2. PropertyBag propertyBag,
  3. bool isUpdateOperation
)
Writes the property value to XML. The writer. The property bag. Indicates whether the context is an update operation.

Implementation

void WritePropertyValueToXml(EwsServiceXmlWriter writer,
    PropertyBag propertyBag, bool isUpdateOperation);