DisplayNamePrefix property

PropertyDefinition DisplayNamePrefix
getter/setter pair
Defines the DisplayNamePrefix property.

Implementation

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