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