TryReadElementFromXml method
Implementation
@override
Future<bool> TryReadElementFromXml(EwsServiceXmlReader reader) async {
OutParam<PropertyDefinitionBase> outParam =
new OutParam<PropertyDefinitionBase>();
outParam.param = this.propertyDefinition;
return PropertyDefinitionBase.TryLoadFromXml(reader, outParam);
}