WriteToXmlForUpdate method

void WriteToXmlForUpdate(
  1. EwsServiceXmlWriter writer
)
Writes service object for update as XML. The writer.

Implementation

void WriteToXmlForUpdate(EwsServiceXmlWriter writer) {
  this.PropertyBag.WriteToXmlForUpdate(writer);
}