EnhancedLocation property

PropertyDefinition EnhancedLocation
getter/setter pair
Enhanced Location property.

Implementation

static PropertyDefinition EnhancedLocation =
    new ComplexPropertyDefinition<complex.EnhancedLocation>.withUriAndFlags(
        XmlElementNames.EnhancedLocation,
        _AppointmentSchemaFieldUris.EnhancedLocation,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2013, () {
  return new complex.EnhancedLocation();
});