WriteAttributesToXml method
Implementation
@override
void WriteAttributesToXml(EwsServiceXmlWriter writer) {
// if this.key is null or empty, writer skips the attribute
writer.WriteAttributeValue(XmlAttributeNames.Key, this.key);
}
@override
void WriteAttributesToXml(EwsServiceXmlWriter writer) {
// if this.key is null or empty, writer skips the attribute
writer.WriteAttributeValue(XmlAttributeNames.Key, this.key);
}