OfficeLocation property

PropertyDefinition OfficeLocation
getter/setter pair
Defines the OfficeLocation property.

Implementation

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