DisplayName property

PropertyDefinition DisplayName
getter/setter pair
Defines the DisplayName property.

Implementation

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