BusinessHomePage property

PropertyDefinition BusinessHomePage
getter/setter pair
Defines the BusinessHomePage property.

Implementation

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