DisplayName property

PropertyDefinition DisplayName
getter/setter pair
Defines the DisplayName property.

Implementation

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