Location property

PropertyDefinition Location
getter/setter pair
Defines the Location property.

Implementation

static PropertyDefinition Location = new StringPropertyDefinition(
    XmlElementNames.Location,
    _AppointmentSchemaFieldUris.Location,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);