InternalWritePropertiesToXml method

  1. @override
void InternalWritePropertiesToXml(
  1. EwsServiceXmlWriter writer
)
override
Write properties to XML. The writer.

Implementation

@override
void InternalWritePropertiesToXml(EwsServiceXmlWriter writer) {
  super.InternalWritePropertiesToXml(writer);

  writer.WriteElementValueWithNamespace(
      XmlNamespace.Types, XmlElementNames.DayOfMonth, this.DayOfMonth);
}